diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 07:36:39 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-30 07:36:39 -0700 |
commit | 0f0d615ec451d685c0cd7c6c0d7e0d558ab96df9 (patch) | |
tree | a245023214568ae2af39333afad798483c8a5407 /shell | |
parent | 34f37b89447cfbffce7bd3e40164a35b13b5b347 (diff) | |
download | mu-0f0d615ec451d685c0cd7c6c0d7e0d558ab96df9.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/README.md b/shell/README.md index 3431638a..654ff8d6 100644 --- a/shell/README.md +++ b/shell/README.md @@ -47,6 +47,11 @@ Currently runs a tiny dialect of Lisp. Steps to run it from the top-level: results. Hit `ctrl-m` to focus on the `...` after a run, and browse how the _trace_ of how the results were computed. [Here's a 2-minute demo](https://archive.org/details/akkartik-mu-2021-05-31). + To navigate to a function to edit, hit `ctrl-g`. The list of functions + doubles as a bare-bones “file system,” and functions are + rendered in order of most recently touched, like in [Tiddlywiki](https://tiddlywiki.com). + There is no scrolling anywhere yet. + 3. If your Qemu installation supports them, an `-accel` argument will speed up emulation. Try `-accel help` to list your options. |