shell: better screenshot

This commit is contained in:
Kartik Agaram 2021-06-15 15:54:56 -07:00
parent 6280749410
commit 3a3fe4addb
4 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' widht='600px' src='html/20210531-mu-shell.png'>
<img alt='screenshot of the Mu shell' src='html/20210615-shell.png' width='600px'>
(For more details, see [the `shell/` directory.](https://github.com/akkartik/mu/tree/main/shell#readme))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 KiB

BIN
html/20210615-shell.png generated Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 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/20210531-mu-shell.png'>
<img alt='screenshot of the Mu shell' src='../html/20210615-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