Fix ebios dap packet: wrong size
This commit is contained in:
parent
af5df85c16
commit
2bb40e315c
@ -175,7 +175,7 @@ loghdd: sub dl, 2
|
|||||||
; enable ebios and assume controller is configured
|
; enable ebios and assume controller is configured
|
||||||
or byte [dskflag], (2+4)
|
or byte [dskflag], (2+4)
|
||||||
; initialize DAP
|
; initialize DAP
|
||||||
mov word [dap], 0x1000
|
mov word [dap], 0x10
|
||||||
mov word [dap+2], 1
|
mov word [dap+2], 1
|
||||||
mov word [dap+4], dskbuf
|
mov word [dap+4], dskbuf
|
||||||
xor ax, ax
|
xor ax, ax
|
||||||
|
Loading…
Reference in New Issue
Block a user