This commit is contained in:
Kartik Agaram 2021-06-24 13:29:40 -07:00
parent eee222f14c
commit 1684e3e10c
5 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ Mu programs can be written for two very different environments:
The largest program built in Mu today is its prototyping environment for
writing slow, interpreted programs in a Lisp-based high-level language.
<img alt='screenshot of the Mu shell' src='html/20210623-shell.png' width='600px'>
<img alt='screenshot of the Mu shell' src='html/20210624-shell.png' width='600px'>
(For more details, see [the `shell/` directory.](https://github.com/akkartik/mu/tree/main/shell#readme))

BIN
html/20201114-qemu.png generated

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

BIN
html/20210623-shell.png generated

Binary file not shown.

Before

Width:  |  Height:  |  Size: 765 KiB

BIN
html/20210624-shell.png generated Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

View File

@ -27,7 +27,7 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level:
qemu-system-i386 -m 2G -hda code.img -hdb data.img
```
<img alt='screenshot of the Mu shell' src='../html/20210623-shell.png'>
<img alt='screenshot of the Mu shell' src='../html/20210624-shell.png'>
The Mu computer has a fixed-size screen, which the shell environment
partitions into two major regions, with a context-sensitive menu of keyboard