This commit is contained in:
Kartik K. Agaram 2021-03-08 21:14:06 -08:00
parent 38ab33a18d
commit fe72699390
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Currently runs a tiny subset of Lisp. To build and run it from the top-level:
```sh
$ ./translate shell/*.mu
$ ./translate shell/*.mu # generates disk.img
$ qemu-system-i386 disk.img
```