summaryrefslogtreecommitdiffhomepage
path: root/HALKit/AMD64/HardwareInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HALKit/AMD64/HardwareInit.cpp')
-rw-r--r--HALKit/AMD64/HardwareInit.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/HALKit/AMD64/HardwareInit.cpp b/HALKit/AMD64/HardwareInit.cpp
new file mode 100644
index 00000000..4f744a8b
--- /dev/null
+++ b/HALKit/AMD64/HardwareInit.cpp
@@ -0,0 +1,22 @@
+/*
+ * ========================================================
+ *
+ * hCore
+ * Copyright Mahrouss Logic, all rights reserved.
+ *
+ * ========================================================
+ */
+
+#include <ArchKit/Arch.hpp>
+
+// bugs = 0
+
+namespace hCore
+{
+ bool initialize_hardware_components()
+ {
+ // TODO: Hardware Specific stuff.
+
+ return true;
+ }
+} \ No newline at end of file