From 49d60aa575bff129d3498d70b727dbe273ef3908 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 30 Jun 2021 09:44:20 -0700 Subject: [PATCH] delete a known issue I can't reproduce the issue with the keyboard handler anymore :/ --- shell/README.md | 3 --- 1 file changed, 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