paging is now enabled with __shaky__ code

This commit is contained in:
2025-06-09 21:01:17 -04:00
parent 83b6a9eaf2
commit 920d0b01e1
7 changed files with 97 additions and 10 deletions

View File

@ -10,7 +10,7 @@ outb:
ret ; return to the calling function
global outb_16
global outb_16 ; TODO these are probably wrong, eh, the stack might need more bcs the variables are bigger? im not sure
outb_16:
mov ax, [esp + 8]
mov dx, [esp + 4]