Readme and license

This commit is contained in:
karina
2026-05-03 13:05:55 +04:00
parent 038219772e
commit 2c7396353c
52 changed files with 841 additions and 11 deletions
+3 -1
View File
@@ -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");
}