|
@@ -6,11 +6,14 @@
|
|
|
|
|
|
#pragma once
|
|
#pragma once
|
|
|
|
|
|
-#include <Kernel/Arch/x86/PageDirectory.h>
|
|
|
|
#include <Kernel/Multiboot.h>
|
|
#include <Kernel/Multiboot.h>
|
|
#include <Kernel/PhysicalAddress.h>
|
|
#include <Kernel/PhysicalAddress.h>
|
|
#include <Kernel/VirtualAddress.h>
|
|
#include <Kernel/VirtualAddress.h>
|
|
|
|
|
|
|
|
+namespace Kernel {
|
|
|
|
+class PageTableEntry;
|
|
|
|
+}
|
|
|
|
+
|
|
extern "C" PhysicalAddress start_of_prekernel_image;
|
|
extern "C" PhysicalAddress start_of_prekernel_image;
|
|
extern "C" PhysicalAddress end_of_prekernel_image;
|
|
extern "C" PhysicalAddress end_of_prekernel_image;
|
|
extern "C" size_t physical_to_virtual_offset;
|
|
extern "C" size_t physical_to_virtual_offset;
|