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
|
||||
; AX,CX = 0
|
||||
xor ax, ax
|
||||
xor cx, cx
|
||||
xor dx, dx
|
||||
ret
|
||||
|
||||
main: mov bp, params
|
||||
|
Loading…
Reference in New Issue
Block a user