mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-26 06:31:45 +00:00
Add support for legacy Multiboot aka Multiboot1
This commit is contained in:
@@ -130,6 +130,12 @@ namespace ACPI
|
||||
ACPI::ACPI()
|
||||
{
|
||||
trace("Initializing ACPI");
|
||||
if (!bInfo.RSDP)
|
||||
{
|
||||
error("RSDP not found!");
|
||||
return;
|
||||
}
|
||||
|
||||
if (bInfo.RSDP->Revision >= 2 && bInfo.RSDP->XSDTAddress)
|
||||
{
|
||||
debug("XSDT supported");
|
||||
|
Reference in New Issue
Block a user