Readme and license
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
// Copyright (c) 2026 0xKSor
|
||||
|
||||
#include "../Common/bootinfo.h"
|
||||
#include <Arch/DTB.h>
|
||||
#include <Arch/Timer.h>
|
||||
@@ -33,7 +36,6 @@ void KernelMain(Bootinfo* bootinfo) {
|
||||
TimerInitialize();
|
||||
CPUEnableInterrupts();
|
||||
SchedulerInitialize();
|
||||
SchedulerYield(0);
|
||||
|
||||
OSLog("Kernel initialized.\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user