wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Kernel] [Console] The printed kernel version should not be hard-coded #73

Closed trylimits closed 9 years ago

trylimits commented 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.

trylimits commented 9 years ago

Implemented the function KernelVersion(unsigned int* major, ... minor, ... patch) to get the kernel version.