Fix ebios dap packet: wrong size

This commit is contained in:
Nero 2020-12-26 20:58:51 +00:00
parent af5df85c16
commit 2bb40e315c
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ loghdd: sub dl, 2
; enable ebios and assume controller is configured
or byte [dskflag], (2+4)
; initialize DAP
mov word [dap], 0x1000
mov word [dap], 0x10
mov word [dap+2], 1
mov word [dap+4], dskbuf
xor ax, ax