feature: both physical and virtual allocators should be done

This commit is contained in:
2024-09-26 16:18:06 +02:00
parent 9ade568a64
commit a66f9174f4
19 changed files with 571 additions and 62 deletions

View File

@ -20,4 +20,4 @@ void kpanic(const char *format, ...)
while (terminal_getkey().scan_code != KEY_SPACE)
;
reboot();
}
}