Fix ebios dap packet: wrong size
This commit is contained in:
parent
af5df85c16
commit
2bb40e315c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue