Move kernel_main into the elna code
This commit is contained in:
@@ -1 +1,4 @@
|
||||
.equ PAGE_SIZE, 4096
|
||||
.equ PAGE_READ, 0b0010
|
||||
.equ PAGE_WRITE, 0b0100
|
||||
.equ PAGE_EXECUTE, 0b1000
|
||||
|
Reference in New Issue
Block a user