summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-30 05:06:48 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-30 05:06:48 +0200
commitffa1c9bd15768cbc5f176935e0e6d72e97c3e0ba (patch)
treeff00027cb4648a340b31096535fc4d58baf72c05 /Kernel/Sources
parent8d40572607dabd4de34e7a6881bed8af9680a5c2 (diff)
amd64-efi.make: Fix makefile: Add necessary macros and detect windows
correctly. DebugOutput.hpp: Use default destructor for TerminalDevice, rename NUMBERS to cNumbers. NewFS.cxx/ProcessScheduler.hxx: Just code improvements here. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources')
-rw-r--r--Kernel/Sources/FS/NewFS.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/FS/NewFS.cxx b/Kernel/Sources/FS/NewFS.cxx
index 5ede2ef7..79121018 100644
--- a/Kernel/Sources/FS/NewFS.cxx
+++ b/Kernel/Sources/FS/NewFS.cxx
@@ -561,7 +561,7 @@ bool NewFSParser::WriteCatalog(_Input _Output NewCatalog* catalog, voidPtr data,
drive->fInput(&drive->fPacket);
- kcout << "newoskrnl: forkName: " << forkData->ForkName << endl;
+ kcout << "newoskrnl: fork name: " << forkData->ForkName << endl;
/// sanity check the fork.
if (forkData->DataOffset <= kNewFSCatalogStartAddress)