paging is now enabled with __shaky__ code
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user