feat(vmm): Add Paging support

This commit is contained in:
Daniel Hammer
2025-04-17 21:54:25 +02:00
parent 0b77abfc23
commit 2515149f28
14 changed files with 266 additions and 11 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#include "Panic.hpp"
void Panic(const char *meditationString, System::PanicFrame* frame) {
kerr << "\nGuru Meditation" << "\n" << "\n";
kerr << "\nKernel panic" << "\n" << "\n";
kerr << "\t" << "MeditationString: " << meditationString << Kt::newline;
kerr << "\t" << meditationString << Kt::newline;
#if defined (__x86_64__)
if (frame != nullptr) {