wip: IPC and Runtime

This commit is contained in:
karina
2026-05-03 21:57:20 +04:00
parent 5f343c991b
commit 39b2af7626
25 changed files with 371 additions and 66 deletions
+1 -2
View File
@@ -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");