summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-26 05:44:17 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-26 05:44:17 +0200
commit9c5d2fa1eb77d4bbd3069cbef8d7c94ba78c1b7f (patch)
tree2e7a5d39b425f0deacbfe05df69e26fb6e26c0e7 /dev/ZKA/Sources
parent9076aff05349093c2c6280287ee3257d9c07c014 (diff)
[IMP] Add kSysPage macro.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources')
-rw-r--r--dev/ZKA/Sources/DLLMain.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/Sources/DLLMain.cxx b/dev/ZKA/Sources/DLLMain.cxx
index 3e62bc54..67107110 100644
--- a/dev/ZKA/Sources/DLLMain.cxx
+++ b/dev/ZKA/Sources/DLLMain.cxx
@@ -129,7 +129,7 @@ namespace Kernel::Detail
}
NFS_CATALOG_STRUCT* catalogDisk =
- this->fNewFS->GetParser()->GetCatalog("\\System\\syspage.sys");
+ this->fNewFS->GetParser()->GetCatalog(kSysPage);
const Kernel::Char* cSrcName = "8K_SYS_PAGE_KERNEL";
@@ -140,7 +140,7 @@ namespace Kernel::Detail
else
{
catalogDisk =
- (NFS_CATALOG_STRUCT*)this->Leak()->CreateAlias("\\System\\syspage.sys");
+ (NFS_CATALOG_STRUCT*)this->Leak()->CreateAlias(kSysPage);
NFS_FORK_STRUCT theDiskFork{0};