mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: text mode reproducibility and interrupts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user