Skip to content

Commit

Permalink
Correct cylinder count is 130 for 64M
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Dec 18, 2024
1 parent 5abec87 commit fe8e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe8e231

Please sign in to comment.