diff options
| -rw-r--r-- | dev/ZBA/Modules/SysChk/build.json | 2 | ||||
| -rw-r--r-- | dev/ZKA/Sources/DLLMain.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBA/Modules/SysChk/build.json b/dev/ZBA/Modules/SysChk/build.json index aff1e78a..b2071a2e 100644 --- a/dev/ZBA/Modules/SysChk/build.json +++ b/dev/ZBA/Modules/SysChk/build.json @@ -11,7 +11,7 @@ "-fPIC", "-fno-rtti", "-fno-exceptions", - "-Wl,--subsystem=17,--image-base 0x10000000" + "-Wl,--subsystem=17,--image-base,0x10000000" ], "cpp_macros": [ "__NEWOSKRNL__", diff --git a/dev/ZKA/Sources/DLLMain.cxx b/dev/ZKA/Sources/DLLMain.cxx index 67107110..bfa206a5 100644 --- a/dev/ZKA/Sources/DLLMain.cxx +++ b/dev/ZKA/Sources/DLLMain.cxx @@ -166,7 +166,7 @@ namespace Kernel::Detail ~FilesystemInstaller() = default; - NEWOS_COPY_DEFAULT(FilesystemInstaller); + ZKA_COPY_DEFAULT(FilesystemInstaller); /// @brief Grab the disk's NewFS reference. /// @return NewFilesystemManager the filesystem interface |
