From 2f2871a51f4d0c7a4c0123c05c994cb25b7dcc06 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 31 Oct 2021 06:02:02 -0700 Subject: Mac OS build broken since Aug 29 :/ (commit b1dcfb03d00) --- translate_emulated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-2-gfad0