feat(kernel): add vectors.S and Exceptions.h/c as a stub for future exceptions handling
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.section .text.boot, "ax"
|
||||
.global _start
|
||||
_start:
|
||||
bl ExceptionsVectorsInit
|
||||
bl KernelMain
|
||||
b .
|
||||
Reference in New Issue
Block a user