diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-06-20 15:45:34 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-06-20 15:45:34 -0700 |
commit | 4f16cfa166575b5b943f2982e80a800868fa49d8 (patch) | |
tree | 14a405cbcf41f6975f268314f2d07cbbf2b57234 | |
parent | 7bcab1c41758a357c7fbdc6f5ee6f087ec4a0961 (diff) | |
download | mu-4f16cfa166575b5b943f2982e80a800868fa49d8.tar.gz |
6559
-rw-r--r-- | apps/mu.subx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index dc60e213..115656f7 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -3,6 +3,7 @@ # # To run: # $ ./translate_subx init.linux [0-9]*.subx apps/mu.subx +# $ ./a.elf < prog.mu > prog.elf # == Goals # 1. Be memory safe. It should be impossible to corrupt the heap, or to create |