mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 17:51:42 +00:00
Move ACPI and DSDT files to Core directory
This commit is contained in:
@@ -17,16 +17,10 @@
|
||||
|
||||
#include <vm.hpp>
|
||||
|
||||
#include <acpi.hpp>
|
||||
#include <cpu.hpp>
|
||||
#include <debug.h>
|
||||
|
||||
#if defined(a64)
|
||||
#include "../Architecture/amd64/acpi.hpp"
|
||||
#elif defined(a32)
|
||||
#include "../Architecture/i386/acpi.hpp"
|
||||
#elif defined(aa64)
|
||||
#endif
|
||||
|
||||
#include "../kernel.h"
|
||||
|
||||
bool DetectByHypervisor()
|
||||
|
Reference in New Issue
Block a user