diff options
author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-27 00:32:18 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-27 00:35:45 +0100 |
commit | be6222437bef9955c9dc3b136e56ac70f080bf47 (patch) | |
tree | 4514e93a90770c8f916eb306e072f2fc1ad2d4b1 /stage3/main.c | |
parent | 241857a79e1a42e23ec29389862f39c92a5dc93e (diff) | |
download | cuddles-be6222437bef9955c9dc3b136e56ac70f080bf47.tar.xz |
store pci enumeration results
Diffstat (limited to 'stage3/main.c')
-rw-r--r-- | stage3/main.c | 1 |
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")); |