More tasking stub

This commit is contained in:
Alex
2022-10-20 05:32:15 +03:00
parent 51c096c743
commit 2f7b871aa0
5 changed files with 93 additions and 1 deletions

8
KThread.cpp Normal file
View File

@ -0,0 +1,8 @@
#include "kernel.h"
void KernelMainThread()
{
KPrint("Kernel main thread started!");
// asm("int $0x1");
CPU::Stop();
}