about summary refs log tree commit diff stats
path: root/translate_subx_emulated
diff options
context:
space:
mode:
Diffstat (limited to 'translate_subx_emulated')
-rwxr-xr-xtranslate_subx_emulated2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx_emulated b/translate_subx_emulated
index fb89bfaf..43c7d954 100755
--- a/translate_subx_emulated
+++ b/translate_subx_emulated
@@ -39,7 +39,7 @@ cat a.survey      |linux/bootstrap/bootstrap run linux/hex
 dd if=/dev/zero of=code.img count=20160  # 20*16*63 512-byte sectors = almost 10MB
 dd if=a.bin of=code.img conv=notrunc
 
-if [ `stat --printf="%s" a.bin` -ge 258048 ]  # 8 tracks * 63 sectors per track * 512 bytes per sector (keep this sync'd with boot.subx)
+if [ `stat --printf="%s" a.bin` -ge 322560 ]  # 10 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