summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/NewKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/NewKit')
-rw-r--r--dev/ZKA/NewKit/Macros.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/ZKA/NewKit/Macros.hxx b/dev/ZKA/NewKit/Macros.hxx
index b20ddb8a..9643ae67 100644
--- a/dev/ZKA/NewKit/Macros.hxx
+++ b/dev/ZKA/NewKit/Macros.hxx
@@ -94,10 +94,10 @@
#define CANT_REACH() __builtin_unreachable()
#endif
-#define kInvalidAddress 0xFBFBFBFBFBFBFBFB
+#define kInvalidAddress 0xFBFBFBFBFBFBFBFB
#define kBadAddress 0x00000000000000
#define kMaxAddr 0xFFFFFFFFFFFFFFFF
-#define kPathLen 255
+#define kPathLen 256
#define PACKED ATTRIBUTE(packed)
#define NO_EXEC ATTRIBUTE(noexec)
@@ -126,3 +126,5 @@
/// @brief The main kernel file.
#define kSysChime "\\System\\startup.wav"
+/// @brief The main system loader.
+#define kSysLdr "SystemLdr"