From 9c5d2fa1eb77d4bbd3069cbef8d7c94ba78c1b7f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 26 Aug 2024 05:44:17 +0200 Subject: [IMP] Add kSysPage macro. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/Sources/DLLMain.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZKA/Sources') 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}; -- cgit v1.2.3