Probe RSDP for PCIe Config
This commit is contained in:
parent
4bd7f972c1
commit
3e1e37bf03
7 changed files with 200 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include "boot/acpi.h"
|
||||
#include "common/gdt.h"
|
||||
#include "debug/debug.h"
|
||||
#include "interrupt/interrupt.h"
|
||||
|
|
@ -25,6 +26,9 @@ extern "C" void zion() {
|
|||
|
||||
dbgln("[boot] Memory allocations available now.");
|
||||
|
||||
dbgln("[boot] Probing Hardware");
|
||||
ProbeRsdp();
|
||||
|
||||
dbgln("[boot] Init Kernel Stack Manager.");
|
||||
KernelStackManager::Init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue