boot/fat: Fix incorrect initialisation of dx

This commit is contained in:
Nero 2020-09-27 10:48:05 +00:00
parent 2dc6970721
commit 386e91b4c8
1 changed files with 1 additions and 1 deletions

View File

@ -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