about summary refs log tree commit diff stats
path: root/translate_mu_baremetal_emulated
diff options
context:
space:
mode:
Diffstat (limited to 'translate_mu_baremetal_emulated')
-rwxr-xr-xtranslate_mu_baremetal_emulated12
1 files changed, 0 insertions, 12 deletions
diff --git a/translate_mu_baremetal_emulated b/translate_mu_baremetal_emulated
deleted file mode 100755
index d7ff2c6d..00000000
--- a/translate_mu_baremetal_emulated
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# Translate a given Mu program to 'baremetal', a raw disk image that can boot
-# and run without any OS.
-#
-# This script uses emulation, so it does not require x86 or Linux. However it
-# is slow.
-
-set -e
-
-cat $* baremetal/[0-9]*.mu    |./bootstrap run apps/mu    > a.subx
-
-./translate_subx_baremetal_emulated baremetal/mu-init.subx baremetal/[0-9]*.subx a.subx