kernel.core.kmain
void
kmain
(int
bootLoaderID
, void*
data
);
The main function for the kernel. This will receive
data
from the boot loader.
Params:
int
bootLoaderID
the unique identifier for a boot loader.
void*
data
a structure given by the boot loader.
void
apEntry
();
The entry point for a secondary core.
Page generated by
Ddoc
.