Fix mbr: DAP size was incorrectly set to zero
This commit is contained in:
parent
c75b323d31
commit
2d97bb57e5
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ chain: ; restore PnP structure
|
|||
jmp 0:bs
|
||||
|
||||
dap:
|
||||
.size: db 0
|
||||
.size: db 0x10
|
||||
db 0
|
||||
.count: dw 1
|
||||
.buf: dw bs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue