boot/fat: Fix incorrect initialisation of dx
This commit is contained in:
parent
2dc6970721
commit
386e91b4c8
@ -119,7 +119,7 @@ resetbuf: ; DS = ES
|
|||||||
xor di, di
|
xor di, di
|
||||||
; AX,CX = 0
|
; AX,CX = 0
|
||||||
xor ax, ax
|
xor ax, ax
|
||||||
xor cx, cx
|
xor dx, dx
|
||||||
ret
|
ret
|
||||||
|
|
||||||
main: mov bp, params
|
main: mov bp, params
|
||||||
|
Loading…
Reference in New Issue
Block a user