feat(kernel): add vectors.S and Exceptions.h/c as a stub for future exceptions handling

This commit is contained in:
karina
2026-04-23 22:03:18 +04:00
parent 502413b9ab
commit 93bce5a46d
6 changed files with 171 additions and 1 deletions
+2
View File
@@ -3,4 +3,6 @@
void KernelMain(void) {
IOSerialPutString("Meow nya!!\n");
__asm__ volatile ("brk #0");
IOSerialPutString("How\r\n");
}