thinking: fix disk image size so will work with cffa3k

This commit is contained in:
Vince Weaver 2021-07-09 00:33:28 -04:00
parent f11a02b9e1
commit 63c8595d28
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ all: thinking.dsk cracking.dsk
cracking.dsk: COMBO_BOOT
dd if=COMBO_BOOT of=cracking.dsk bs=256 count=1
truncate -s 256 cracking.dsk
dd if=/dev/zero of=rr2.dsk bs=256 count=559
cat rr2.dsk >> cracking.dsk