GDT, page frame allocator

This commit is contained in:
Daniel Hammer
2025-02-27 19:48:03 +04:00
commit 6f1c6f1316
31 changed files with 2016 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <System/Registers.hpp>
#include <KernelTerminal/terminal.hpp>
void Panic(const char *meditationString, System::Registers registers);