mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47:35 +00:00
Kernel: Add support for reading from VirtIOConsole
This allows two-way communication with the host through a VirtIOConsole. This is necessary for features like clipboard sharing.
This commit is contained in:
parent
1c06d77262
commit
1492bb2fd6
5 changed files with 74 additions and 8 deletions
|
@ -53,9 +53,6 @@ set(KERNEL_SOURCES
|
|||
Devices/RandomDevice.cpp
|
||||
Devices/SB16.cpp
|
||||
Devices/SerialDevice.cpp
|
||||
VirtIO/VirtIO.cpp
|
||||
VirtIO/VirtIOQueue.cpp
|
||||
VirtIO/VirtIOConsole.cpp
|
||||
Devices/VMWareBackdoor.cpp
|
||||
Devices/ZeroDevice.cpp
|
||||
Devices/HID/I8042Controller.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue