Difference between revisions of "Windows internals"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{NeedWork}} | {{NeedWork}} | ||
Page table in win 32 is located at virtual address 0xc0000000 | Page table in win 32 is located at virtual address 0xc0000000 | ||
+ | |||
+ | KiFastSystemCall is called by int 0x2e and sysenter | ||
+ | |||
... | ... | ||
− |
Revision as of 22:30, 8 August 2009
This entry needs a lot of work. Please contribute if you can. Check this page to see if there are some suggestions for adding to Windows internals. |
Page table in win 32 is located at virtual address 0xc0000000
KiFastSystemCall is called by int 0x2e and sysenter
...