interrupt: load data segment 0 instead of 2
This commit is contained in:
parent
aa11d25fa8
commit
b89617b46a
@ -11,7 +11,7 @@ section '.text' executable
|
||||
;
|
||||
; Clobbers: rax
|
||||
interrupt_ReloadSegments:
|
||||
mov eax, 0x10 ; my data segment
|
||||
;mov eax, 0x10 ; my data segment
|
||||
xor ax, ax
|
||||
mov ds, ax
|
||||
mov es, ax
|
||||
|
Loading…
Reference in New Issue
Block a user