wip: IPC and Runtime
This commit is contained in:
@@ -40,8 +40,7 @@ void KernelMain(Bootinfo* bootinfo) {
|
||||
SchedulerInitialize();
|
||||
|
||||
for (UInt32 i = 0; i < bootinfo->moduleCount; i++) {
|
||||
ModuleLoad(&bootinfo->modules[i]); // TODO: make some sort of priority of loading modules
|
||||
// like init first then uart then fb ...
|
||||
ModuleLoad(&bootinfo->modules[i]); // TODO: priority
|
||||
}
|
||||
|
||||
OSLog("Kernel initialized.\n");
|
||||
|
||||
Reference in New Issue
Block a user