mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
23d21d77e9
This patch equips the VFS terminal file system with the ability to detect user interrupts in the incoming data stream, and propagate this information via the new pseudo file '.terminal/interrupts'. Each time, the user presses control-c in the terminal, the value stored in this pseudo file is increased. Thereby, a VFS client can watch this file to get notified about the occurrences of user interrupts. Fixes #3546 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
xsd | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.