diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-06-24 13:29:40 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-06-24 13:30:35 -0700 |
commit | 1684e3e10cac3e0ddf5473be647dfc53b9000174 (patch) | |
tree | 513689f7d2f9c373c6969b078c10bca3186678c4 /shell | |
parent | eee222f14c8ee73f7b3b21b4047730c2ac9a119b (diff) | |
download | mu-1684e3e10cac3e0ddf5473be647dfc53b9000174.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/README.md b/shell/README.md index d29d565a..7720fdaf 100644 --- a/shell/README.md +++ b/shell/README.md @@ -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 |