summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA')
-rw-r--r--dev/ZKA/HALKit/AMD64/HalProcessorMgr.cxx (renamed from dev/ZKA/HALKit/AMD64/HalProcessor.cxx)6
-rw-r--r--dev/ZKA/HALKit/AMD64/ReadMe.md4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev/ZKA/HALKit/AMD64/HalProcessor.cxx b/dev/ZKA/HALKit/AMD64/HalProcessorMgr.cxx
index 24c123df..53b8b0b0 100644
--- a/dev/ZKA/HALKit/AMD64/HalProcessor.cxx
+++ b/dev/ZKA/HALKit/AMD64/HalProcessorMgr.cxx
@@ -10,8 +10,8 @@
#include <HALKit/AMD64/Processor.hxx>
/**
- * @file HalProcessor.cxx
- * @brief This file is about processor specific functions (in/out/cli/std...)
+ * @file HalProcessorMgr.cxx
+ * @brief CPU Processor managers.
*/
namespace Kernel::HAL
@@ -61,6 +61,7 @@ namespace Kernel::HAL
kcout << "=================================================\r";
kcout << "Post page allocation.\r";
kcout << "=================================================\r";
+
kcout << (*pt_entry & eFlagsPresent ? "Page Present." : "Page Not Present.") << endl;
kcout << (*pt_entry & eFlagsRw ? "Page RW." : "Page Not RW.") << endl;
kcout << (*pt_entry & eFlagsUser ? "Page User." : "Page Not User.") << endl;
@@ -76,6 +77,7 @@ namespace Kernel::HAL
kcout << "=================================================\r";
kcout << "Post page change.\r";
kcout << "=================================================\r";
+
kcout << (*pt_entry & eFlagsPresent ? "Page Present." : "Page Not Present.") << endl;
kcout << (*pt_entry & eFlagsRw ? "Page RW." : "Page Not RW.") << endl;
kcout << (*pt_entry & eFlagsUser ? "Page User." : "Page Not User.") << endl;
diff --git a/dev/ZKA/HALKit/AMD64/ReadMe.md b/dev/ZKA/HALKit/AMD64/ReadMe.md
index 0be48c77..bb936737 100644
--- a/dev/ZKA/HALKit/AMD64/ReadMe.md
+++ b/dev/ZKA/HALKit/AMD64/ReadMe.md
@@ -1,4 +1,4 @@
-AMD64 Hardware Abstraction Layer
+# AMD64 Hardware Abstraction Layer
- Supported CPU: AMD64 CPU
-- Supported Firmware: EDK 2 \ No newline at end of file
+- Supported Firmware: EDK 2