mu/shell/README.md

9 lines
179 B
Markdown
Raw Normal View History

2021-03-09 04:57:11 +00:00
### A prototype shell for the Mu computer
Currently runs a tiny subset of Lisp. To build and run it from the top-level:
```
./translate shell/*.mu
qemu-system-i386 disk.img
```