Fixed boot loader triple-fault in VirtualBox
This commit is contained in:
parent
014f8f01a6
commit
d96a913574
@ -5,8 +5,6 @@ main:
|
||||
mov ax, 0x0500
|
||||
mov es, ax
|
||||
|
||||
cli
|
||||
|
||||
clc
|
||||
int 0x12
|
||||
mov [lower_mem], ax
|
||||
@ -16,6 +14,8 @@ main:
|
||||
call do_e820
|
||||
jc hang
|
||||
|
||||
cli
|
||||
|
||||
; a20
|
||||
in al, 0x92
|
||||
or al, 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user