fix s3 a20

refactor
pantonshire 10 months ago
parent 2b1a9f9412
commit dae57bb1a1

@ -1,12 +1,14 @@
[bits 16]
%include "fn.s" %include "fn.s"
%include "ps2.s" %include "ps2.s"
%macro mov_out 3 %macro mov_out 3
mov %1, %3 mov %1, %3
out %2, %1 out %2, %1
%endmacro %endmacro
section .s3_text
; Check whether the A20 line is enabled. Writes to the boot sector identifier. ; Check whether the A20 line is enabled. Writes to the boot sector identifier.
; Arguments: none ; Arguments: none

Loading…
Cancel
Save