started work on pmm

This commit is contained in:
2026-06-13 20:43:09 -04:00
parent 2ab98fe582
commit 4e8de774ef
5 changed files with 87 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ const char* err_messages[32] = {
[0] = "Divide by 0",
[1] = "",
[8] = "",
[13] = "General Protection Fault",a->i
[13] = "General Protection Fault",
[14] = "Page Fault",
};