summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64/Processor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/HALKit/AMD64/Processor.hpp')
-rw-r--r--Kernel/HALKit/AMD64/Processor.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Kernel/HALKit/AMD64/Processor.hpp b/Kernel/HALKit/AMD64/Processor.hpp
index 98a5aee6..d39a7984 100644
--- a/Kernel/HALKit/AMD64/Processor.hpp
+++ b/Kernel/HALKit/AMD64/Processor.hpp
@@ -28,10 +28,10 @@
#define IsActiveLow(FLG) (FLG & 2)
#define IsLevelTriggered(FLG) (FLG & 8)
-#define kInterruptGate (0x8E)
-#define kTrapGate (0xEF)
-#define kTaskGate (0b10001100)
-#define kGdtCodeSelector (0x08)
+#define kInterruptGate (0x8E)
+#define kTrapGate (0xEF)
+#define kTaskGate (0b10001100)
+#define kGdtCodeSelector (0x08)
#define cHeapStartOffset (0x10000000)
namespace NewOS
@@ -54,7 +54,7 @@ namespace NewOS
namespace NewOS::HAL
{
- /// @brief Virtual memory flags.
+ /// @brief Virtual memory flags.
enum
{
eFlagsUser,
@@ -147,7 +147,7 @@ namespace NewOS::HAL
using RawRegister = UInt64;
- using InterruptId = UShort; /* For each element in the IVT */
+ using InterruptId = UShort; /* For each element in the IVT */
using InterruptTrapKind = UIntPtr(UIntPtr sp);
typedef UIntPtr Reg;