summaryrefslogtreecommitdiff
path: root/stage3/main.c
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-27 00:32:18 +0100
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-27 00:35:45 +0100
commitbe6222437bef9955c9dc3b136e56ac70f080bf47 (patch)
tree4514e93a90770c8f916eb306e072f2fc1ad2d4b1 /stage3/main.c
parent241857a79e1a42e23ec29389862f39c92a5dc93e (diff)
downloadcuddles-be6222437bef9955c9dc3b136e56ac70f080bf47.tar.xz
store pci enumeration results
Diffstat (limited to 'stage3/main.c')
-rw-r--r--stage3/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stage3/main.c b/stage3/main.c
index eec822a..ae94abf 100644
--- a/stage3/main.c
+++ b/stage3/main.c
@@ -133,6 +133,7 @@ void kmain()
ata_init();
ps2_init();
debug_init();
+ pci_init();
shell_run_cmd(S("run init"));