From fe8e2319eafc13caf69aca924ea22fc0da676a3c Mon Sep 17 00:00:00 2001 From: Greg Haerr Date: Tue, 17 Dec 2024 20:57:29 -0700 Subject: [PATCH] Correct cylinder count is 130 for 64M --- image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Makefile b/image/Makefile index 634a49ba4..5f15687df 100644 --- a/image/Makefile +++ b/image/Makefile @@ -208,7 +208,7 @@ hd32mbr-minix: hd32-minix hd64mbr-minix: hd64-minix dd if=/dev/zero bs=512 count=63 | cat - hd64-minix.img > hd64mbr-minix.img - setboot hd64mbr-minix.img -P63,16,127 -Sm $(HD_MBR_BOOT) + setboot hd64mbr-minix.img -P63,16,130 -Sm $(HD_MBR_BOOT) hd32mbr-fat: hd32-fat dd if=/dev/zero bs=512 count=63 | cat - hd32-fat.img > hd32mbr-fat.img