From 1a0330c94219810b7139ba56f86c8154434fda20 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 25 Mar 2018 22:56:42 +0100 Subject: [PATCH] readme: text mode reproducibility and interrupts --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index eb144ec..d1c0c94 100644 --- a/README.adoc +++ b/README.adoc @@ -257,6 +257,11 @@ Our workaround is: I think the problem was reversed in older QEMU versions: https://superuser.com/questions/1087859/how-to-quit-the-qemu-monitor-when-not-using-a-gui/1211516#1211516 + This is however fortunate when running QEMU with GDB, as the Ctrl + C reaches GDB and breaks. +* Not everything generates interrupts, only the final enter. ++ +This makes things a bit more reproducible, since the microsecond in which you pressed a key does not matter. ++ +But on the other hand maybe you are interested in observing the interrupts generated by key presses. === Automatic startup commands