From 0810c7b77e5a2571ce2a04b07293bcb0de54929d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 8 Mar 2021 20:57:11 -0800 Subject: readme for the Mu shell --- shell/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shell/README.md (limited to 'shell/README.md') diff --git a/shell/README.md b/shell/README.md new file mode 100644 index 00000000..c1dee248 --- /dev/null +++ b/shell/README.md @@ -0,0 +1,8 @@ +### 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 +``` -- cgit 1.4.1-2-gfad0