List PCI devices

This commit is contained in:
2025-11-17 04:43:41 +01:00
parent 77b5a4a153
commit edcdaa5c60
6 changed files with 498 additions and 0 deletions

View File

@ -64,6 +64,7 @@ SRCFILES += $(call GRABSRC, \
intr \
cpu \
vmm \
pci \
)
CFILES := $(call GET_CFILES, $(SRCFILES))