Kernel now boots on BIOS systems

This commit is contained in:
Alex
2022-11-07 11:17:06 +02:00
parent b60ec62bde
commit 6409dfdf0b
5 changed files with 21 additions and 12 deletions

View File

@ -79,6 +79,7 @@ EXTERNC void Entry(BootInfo *Info)
}
KPrint("Enabling Interrupts on Bootstrap Processor");
Interrupts::Enable(0);
PowerManager->InitDSDT();
KPrint("Initializing Timers");
#if defined(__amd64__)
TimeManager = new Time::time(PowerManager->GetACPI());