diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-04-25 15:58:03 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-04-25 15:58:03 -0700 |
commit | d56153d004855922c31aa2762c7ce75f4e3dfa6f (patch) | |
tree | 856c81e9a6f2d6c1ed23806460b1b96b6bf921bc /shell | |
parent | 22a95bd813c284af582cac59a6ee490e2a0d4665 (diff) | |
download | mu-d56153d004855922c31aa2762c7ce75f4e3dfa6f.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/README.md b/shell/README.md index 2f6d6bd0..6a6dd3e0 100644 --- a/shell/README.md +++ b/shell/README.md @@ -63,7 +63,5 @@ $ qemu-system-i386 -m 2G -enable-kvm -hda code.img -hdb data.img *Known issues* -* There's no way to save to disk. - * Don't press keys too quickly (such as by holding down a key). The Mu computer will crash (and often Qemu will segfault). |