Jump to content

KernLISData: Difference between revisions

From EDM2
Erdmann (talk | contribs)
No edit summary
Erdmann (talk | contribs)
No edit summary
Line 3: Line 3:
Is the equivalent of what DosHelp_GetDOSVar returns for index DHGETDOSV_LOCINFOSEG.
Is the equivalent of what DosHelp_GetDOSVar returns for index DHGETDOSV_LOCINFOSEG.


The _KernLISData global variable is a pointer to a data structure that contains information about the OS/2 kernel's Loader Interface Segment (LIS). The LIS is a data structure that is used by the kernel to store information about the operating system and its components, including the kernel itself, device drivers, and other system modules. The _KernLISData variable is a 4-byte value that is stored in memory and is used by the kernel and by other parts of the operating system to access the LIS. It is often used by programs to access information about the operating system and its components, such as the version numbers of the kernel and other system modules.
----
KernLISData is a global variable in the OS/2 operating system that is a pointer to the Local Info Segment. The LIS is a data structure that contains information local to the a process.
KernLISData is a global variable in the OS/2 operating system that is a pointer to the Local Info Segment. The LIS is a data structure that contains information local to the a process.
[[Category:KEE]]
[[Category:KEE]]

Revision as of 17:11, 24 November 2023

Dereferences to the linear address pointing to the local info segment.

Is the equivalent of what DosHelp_GetDOSVar returns for index DHGETDOSV_LOCINFOSEG.

KernLISData is a global variable in the OS/2 operating system that is a pointer to the Local Info Segment. The LIS is a data structure that contains information local to the a process.