delete a known issue

I can't reproduce the issue with the keyboard handler anymore :/
This commit is contained in:
Kartik Agaram 2021-06-30 09:44:20 -07:00
parent c76679dbff
commit 49d60aa575
1 changed files with 0 additions and 3 deletions

View File

@ -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