diff options
-rwxr-xr-x | translate_emulated | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_emulated b/translate_emulated index 87d54bda..72a4c4e3 100755 --- a/translate_emulated +++ b/translate_emulated @@ -76,7 +76,7 @@ fi dd if=labels of=code.img seek=$DEBUG conv=notrunc status=none # keep this sync'd with abort.subx ## Font data at another well-defined location -cat font.subx |sed 's,/[^ ]*,,' |linux/hex > a.font +cat font.subx |sed 's,/[^ ]*,,' |linux/bootstrap/bootstrap run linux/hex > a.font if [ `stat --printf="%s" a.font` -ge 262144 ] # 0x200 sectors * 512 bytes per sector (keep this sync'd with boot.subx) then |