Closed trylimits closed 9 years ago
The welcome screen of our os prints out the kernel version. The kernel version should be fetched from the kernel and shouldn't be hard-coded into the console code.
Implemented the function KernelVersion(unsigned int* major, ... minor, ... patch) to get the kernel version.
KernelVersion(unsigned int* major, ... minor, ... patch)
The welcome screen of our os prints out the kernel version. The kernel version should be fetched from the kernel and shouldn't be hard-coded into the console code.