From de013be794851d41acc8c873d399e0c90546c309 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 8 Jun 2021 18:05:59 -0700 Subject: ok, function modal now has full coverage --- translate_subx_emulated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate_subx_emulated') diff --git a/translate_subx_emulated b/translate_subx_emulated index 43c7d954..68490ef2 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 322560 ] # 10 tracks * 63 sectors per track * 512 bytes per sector (keep this sync'd with boot.subx) +if [ `stat --printf="%s" a.bin` -ge 387072 ] # 12 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 ss='sub right'>akspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/doc/colorschemes.txt
blob: e1fee2da0172cc6cc7a65fd821ec754cc1cf3029 (plain) (tree)
1
2
3
4
5
6
7
8