mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
Kernel: Add support for QEMU's emulated pci serial (-pci-serial option)
This commit is contained in:
parent
6bc3ed6266
commit
51e9fdebea
2 changed files with 6 additions and 2 deletions
|
@ -12,6 +12,7 @@ enum class PCIVendorID {
|
|||
VirtIO = 0x1af4,
|
||||
Intel = 0x8086,
|
||||
WCH = 0x1c00,
|
||||
RedHat = 0x1b36
|
||||
};
|
||||
|
||||
enum class PCIDeviceID {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue