KernTKSSBase: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Dereferences to the linear base address of the kernel stack. Returns the same value as function export MVDM.2 from MVDM.LIB. | Dereferences to the linear base address of the kernel stack. Returns the same value as function export MVDM.2 from MVDM.LIB. | ||
The _KernTKSSBase global variable is a pointer to the base address of the kernel's | The _KernTKSSBase global variable is a pointer to the base address of the kernel's (Ring 0) stack. | ||
[[Category:KEE]] | [[Category:KEE]] |
Latest revision as of 17:17, 24 November 2023
Dereferences to the linear base address of the kernel stack. Returns the same value as function export MVDM.2 from MVDM.LIB.
The _KernTKSSBase global variable is a pointer to the base address of the kernel's (Ring 0) stack.