about summary refs log blame commit diff stats
path: root/translate_emulated
blob: cfc1ee566a5e19ac1ed2d99cea6c02307f78d5c5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                  
                                                                             
#!/bin/sh
# Translate a Mu program to a bootable disk image.
#
# This script uses emulation, so it does not require x86 or Linux. However it
# is slow.

set -e
set -v

cat $* [0-9]*.mu  |linux/bootstrap/bootstrap run linux/mu                 > a.subx

./translate_subx_emulated boot.subx font.subx mu-init.subx [0-9]*.subx a.subx