summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-10 01:13:08 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-10 01:13:08 +0200
commit5f6549b7d46118ba416faa170ff088d98c9144f0 (patch)
tree23d19bc039a547f27275065d96c52551d8ca989f /Boot/Sources
parentdfaf137915094e7ba72f7d7f1f57dc5158d1b6ab (diff)
MHR-36: See below.
- Implement MSR functions has_msr, get_msr, set_msr. - Moved SMP interrupt to interrupt 34 in AMD64. - Fix syntax error in STB.hxx. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot/Sources')
-rw-r--r--Boot/Sources/HEL/AMD64/BootMain.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/Boot/Sources/HEL/AMD64/BootMain.cxx b/Boot/Sources/HEL/AMD64/BootMain.cxx
index 928bc5de..ce4074b2 100644
--- a/Boot/Sources/HEL/AMD64/BootMain.cxx
+++ b/Boot/Sources/HEL/AMD64/BootMain.cxx
@@ -16,10 +16,9 @@
#include <NewKit/Macros.hpp>
#include <NewKit/Ref.hpp>
#include <BootKit/ProgramLoader.hxx>
-#include <KernelKit/KernelHeap.hpp>
#include <cstring>
-#include <BootKit/Vendor/Support.hxx>ke_realloc_ke_heap
+#include <BootKit/Vendor/Support.hxx>
#include <BootKit/STB.hxx>
/// make the compiler shut up.