summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/AMD64/HalHardwareInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/HALKit/AMD64/HalHardwareInit.cpp')
-rw-r--r--Private/HALKit/AMD64/HalHardwareInit.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Private/HALKit/AMD64/HalHardwareInit.cpp b/Private/HALKit/AMD64/HalHardwareInit.cpp
new file mode 100644
index 00000000..1856cc2d
--- /dev/null
+++ b/Private/HALKit/AMD64/HalHardwareInit.cpp
@@ -0,0 +1,20 @@
+/*
+ * ========================================================
+ *
+ * HCore
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
+ *
+ * ========================================================
+ */
+
+#include <ArchKit/Arch.hpp>
+
+// bugs = 0
+
+namespace HCore {
+bool ke_init_hal() {
+ // TODO: Hardware Specific stuff.
+
+ return true;
+}
+} // namespace HCore