From 2d97bb57e5dd2c72878f52f4c8d6f5ce916daa63 Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Sat, 26 Dec 2020 18:46:16 +0000 Subject: [PATCH] Fix mbr: DAP size was incorrectly set to zero --- boot/mbr.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/mbr.asm b/boot/mbr.asm index f35e8aa..873380a 100644 --- a/boot/mbr.asm +++ b/boot/mbr.asm @@ -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