mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update files
This commit is contained in:
@ -6,7 +6,8 @@ void KernelMainThread()
|
||||
{
|
||||
KPrint("Kernel main thread started!");
|
||||
// asm("int $0x1");
|
||||
CPU::Stop();
|
||||
while (1)
|
||||
CPU::Halt();
|
||||
}
|
||||
|
||||
void KernelShutdownThread(bool Reboot)
|
||||
|
Reference in New Issue
Block a user