We should implement a function KernelStart() which performs a proper startup of the system. The main.c in the release should only call this function. Doing this way we can continue to use the main.c to test some stuff without touching the KernelStart().
We should implement a function
KernelStart()
which performs a proper startup of the system. The main.c in the release should only call this function. Doing this way we can continue to use the main.c to test some stuff without touching theKernelStart()
.See also #58