windowsvistadude512 Posted October 26, 2020 Posted October 26, 2020 Is there Extended kernel for 32bit Vista? I want to make my netbook alive again.
Ximonite Posted October 26, 2020 Posted October 26, 2020 1 hour ago, windowsvistadude512 said: Is there Extended kernel for 32bit Vista? I want to make my netbook alive again. There is technically one, but only kernel32 has had functions added to it and not that many functions have been added, so you're not gaining very much functionality.
win32 Posted October 26, 2020 Posted October 26, 2020 25 minutes ago, Ximonite said: There is technically one, but only kernel32 has had functions added to it and not that many functions have been added, so you're not gaining very much functionality. Not very many working ones, anyway. The K32* functions make all the difference for compatibility and the ones that are most commonly used fail with calls to NtQueryInformationProcess and NtQueryInformationThread. Same thing with some shell32 functions. I'm trying to find an alternative to upgrading the ntoskrnl versions of NtQueryInformationProcess and NtQueryInformationThread to the ones from Windows 7, as those are very time-consuming to change.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now