From 98feca922e46c82d1efdb44b99021b771bdac44d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 14 Mar 2021 21:41:47 -0700 Subject: rename boot.hex to boot.subx --- translate_subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate_subx') diff --git a/translate_subx b/translate_subx index 43323f6a..08519d9f 100755 --- a/translate_subx +++ b/translate_subx @@ -34,7 +34,7 @@ cat a.survey |linux/hex > a.bin dd if=/dev/zero of=disk.img count=20160 # 512-byte sectors, so 10MB dd if=a.bin of=disk.img conv=notrunc -if [ `stat --printf="%s" a.bin` -ge 193536 ] # 6 tracks * 63 sectors per track * 512 bytes per sector (keep this sync'd with boot.hex) +if [ `stat --printf="%s" a.bin` -ge 193536 ] # 6 tracks * 63 sectors per track * 512 bytes per sector (keep this sync'd with boot.subx) then echo "a.bin won't all be loaded on boot" exit 1 -- cgit 1.4.1-2-gfad0