diff options
Diffstat (limited to 'dev/Boot/src/BootThread.cc')
| -rw-r--r-- | dev/Boot/src/BootThread.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/Boot/src/BootThread.cc b/dev/Boot/src/BootThread.cc index a0969953..93ebd9ac 100644 --- a/dev/Boot/src/BootThread.cc +++ b/dev/Boot/src/BootThread.cc @@ -63,13 +63,13 @@ namespace Boot } #endif // __NE_AMD64__ || __NE_ARM64__ - if (opt_header_ptr->mSubsystem != kZKASubsystem) + if (opt_header_ptr->mSubsystem != kNeKernelSubsystem) { - writer.Write("BootZ: Not a ZKA Subsystem executable.\r"); + writer.Write("BootZ: Not a NeKernel Subsystem executable.\r"); return; } - writer.Write("BootZ: PE32+ executable detected (ZKA Subsystem).\r"); + writer.Write("BootZ: PE32+ executable detected (NeKernel Subsystem).\r"); auto numSecs = header_ptr->mNumberOfSections; |
