List PCI devices on boot
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m33s

This commit is contained in:
2026-03-09 23:32:25 +01:00
parent 034f2efd14
commit 03ae17d1c9
8 changed files with 65218 additions and 3 deletions

View File

@@ -7,7 +7,8 @@ cflags += -nostdinc \
-pedantic-errors \
-Wall \
-Wextra \
-mcmodel=kernel
-mcmodel=kernel \
-Wno-trigraphs
cflags += -isystem . -isystem ../include