summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/Sources
diff options
context:
space:
mode:
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};