summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/NewKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/NewKit')
-rw-r--r--dev/ZKA/NewKit/Macros.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ZKA/NewKit/Macros.hxx b/dev/ZKA/NewKit/Macros.hxx
index fae68334..db9d6ad9 100644
--- a/dev/ZKA/NewKit/Macros.hxx
+++ b/dev/ZKA/NewKit/Macros.hxx
@@ -114,4 +114,8 @@
#define RGB(R, G, B) (Kernel::UInt32)(R | G << 0x8 | B << 0x10)
#endif // !RGB
+/// @brief The system page file.
#define kSysPage "\\System\\syspage.sys"
+
+/// @brief The main system driver.
+#define kSysDrv "\\System\\sysdrv.sys"