feat: add kernel exception panic

This commit is contained in:
karina
2026-04-23 23:14:24 +04:00
parent f469da7e0b
commit 373ee00d04
5 changed files with 62 additions and 8 deletions
-2
View File
@@ -3,6 +3,4 @@
void KernelMain(void) {
IOSerialPutString("Meow nya!!\n");
__asm__ volatile ("brk #0");
IOSerialPutString("How\r\n");
}