feat(kernel): add vectors.S and Exceptions.h/c as a stub for future exceptions handling
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
|
||||
void KernelMain(void) {
|
||||
IOSerialPutString("Meow nya!!\n");
|
||||
__asm__ volatile ("brk #0");
|
||||
IOSerialPutString("How\r\n");
|
||||
}
|
||||
Reference in New Issue
Block a user