diff options
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")); |