feat(arm64): higher-half kernel, early MMU in boot, and VMM

This commit is contained in:
karina
2026-04-26 21:47:41 +04:00
parent 3a55665bd7
commit b56b55e4b3
14 changed files with 485 additions and 55 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ static const ASCII* GetExceptionClassString(UInt32 class) {
}
__attribute__((noreturn)) static void Halt() {
while (1) {
loop {
CPUDisableInterrupts();
CPUWaitForInterrupt();
}