Move kernel_main into the elna code

This commit is contained in:
2025-08-02 23:38:30 +02:00
parent badac1378d
commit ed4b26f445
4 changed files with 80 additions and 80 deletions

View File

@@ -1 +1,4 @@
.equ PAGE_SIZE, 4096
.equ PAGE_READ, 0b0010
.equ PAGE_WRITE, 0b0100
.equ PAGE_EXECUTE, 0b1000