From 63c8595d28a2c81d4fbe0b2ff042722d5c04ade1 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 9 Jul 2021 00:33:28 -0400 Subject: [PATCH] thinking: fix disk image size so will work with cffa3k --- graphics/gr/thinking/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/gr/thinking/Makefile b/graphics/gr/thinking/Makefile index 805a8655..9d27be8c 100644 --- a/graphics/gr/thinking/Makefile +++ b/graphics/gr/thinking/Makefile @@ -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