Move PCI initialization after ACPI/APIC/RTC
This commit is contained in:
parent
f79b0098c5
commit
e8978c73f2
@ -72,11 +72,11 @@ void hulk_start()
|
||||
Klog.writefln("Welcome to HULK, the HOS UltraLight Kernel!");
|
||||
|
||||
Hurl.initialize(&hulk_header);
|
||||
Pci.initialize();
|
||||
Pic.initialize();
|
||||
Acpi.initialize(hulk_header.bootinfo.acpi_xsdt_phys);
|
||||
Apic.initialize();
|
||||
Rtc.initialize();
|
||||
Pci.initialize();
|
||||
sti();
|
||||
|
||||
for (;;)
|
||||
|
Loading…
x
Reference in New Issue
Block a user