KernKEEVersion: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Dereferences to an absolute 32-bit value where the upper 16 bits return the KEE major version and the lower 16-bit return the KEE minor version. | Dereferences to an absolute 32-bit value where the upper 16 bits return the KEE major version and the lower 16-bit return the KEE minor version. | ||
The _KernKEEVersion variable is a global variable that contains the version number | The _KernKEEVersion variable is a global variable that contains the KEE version number. It is a 4-byte value where the lower two bytes contain the KEE minor version number and the upper 2 bytes contain the KEE major version number. | ||
[[Category:KEE]] | [[Category:KEE]] |
Revision as of 17:19, 24 November 2023
Dereferences to an absolute 32-bit value where the upper 16 bits return the KEE major version and the lower 16-bit return the KEE minor version.
The _KernKEEVersion variable is a global variable that contains the KEE version number. It is a 4-byte value where the lower two bytes contain the KEE minor version number and the upper 2 bytes contain the KEE major version number.