From 5563deabd8f7ce3fc713ea23f8cf5bbac33b4024 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 Feb 2024 02:58:39 +0100 Subject: Kernel: add heap information (allocator) - Force use of itanium ABI even of MPCC. - Revision of handover has been done. (it is not assuming any starting address) Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AMD64/HalPageAlloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/HALKit/AMD64/HalPageAlloc.cpp') diff --git a/Private/HALKit/AMD64/HalPageAlloc.cpp b/Private/HALKit/AMD64/HalPageAlloc.cpp index 64752520..fd691be2 100644 --- a/Private/HALKit/AMD64/HalPageAlloc.cpp +++ b/Private/HALKit/AMD64/HalPageAlloc.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include // this files handles paging. -- cgit v1.2.3