diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-06-30 09:44:20 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-06-30 09:44:20 -0700 |
commit | 49d60aa575bff129d3498d70b727dbe273ef3908 (patch) | |
tree | a248196d84f26e5e2d18c2c5d2cc73bef48e782a /shell | |
parent | c76679dbff6b3f350fbf0696a0d986514ba11676 (diff) | |
download | mu-49d60aa575bff129d3498d70b727dbe273ef3908.tar.gz |
delete a known issue
I can't reproduce the issue with the keyboard handler anymore :/
Diffstat (limited to 'shell')
-rw-r--r-- | shell/README.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/README.md b/shell/README.md index c2cae46f..d0dd61ec 100644 --- a/shell/README.md +++ b/shell/README.md @@ -177,9 +177,6 @@ To pass operators to higher-order functions, wrap them in parens * No mouse support. -* Don't press keys too quickly (such as by holding down a key). The Mu - computer will crash (and often Qemu will segfault). - * Mu currently assumes access to 2GB of RAM. To increase that, modify the definition of `Heap` in 120allocate.subx, and then modify the `-m 2G` argument in the Qemu commands above. Mu currently has no virtual |