Fix floppy VBR: wrong stack location
This commit is contained in:
parent
e7108f6622
commit
b6972dcc69
@ -168,7 +168,7 @@ main:
|
|||||||
mov ds, ax
|
mov ds, ax
|
||||||
mov es, ax
|
mov es, ax
|
||||||
mov ss, ax
|
mov ss, ax
|
||||||
mov sp, ax
|
xor sp, sp
|
||||||
mov [fdc.drv], dl ; save drive number in fdc
|
mov [fdc.drv], dl ; save drive number in fdc
|
||||||
sti
|
sti
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user