feat: start setup virtio

This commit is contained in:
2022-09-01 20:45:40 +02:00
parent e850dabc8b
commit f037adcebd
7 changed files with 196 additions and 3 deletions

View File

@@ -14,7 +14,8 @@
#define PCI_CLASS_BRIDGE 0x06
// class MASS STORAGE 0x01
#define PCI_SUB_CLASS_IDE 0x01
#define PCI_SUB_CLASS_MASS_SCSI 0x00
#define PCI_SUB_CLASS_MASS_IDE 0x01
// class BRIDGE 0x06
#define PCI_SUB_CLASS_PCI_PCI_BRIDGE_4 0x04