summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlal@softwarelabs.com>2024-06-05 08:28:39 +0200
committerAmlal EL Mahrouss <amlal@softwarelabs.com>2024-06-05 08:28:39 +0200
commit9994b8f3f88131f41be1061fb0947177e66dc7b0 (patch)
tree95409c0e32b644578b94a5c230417da684d79dc9 /Kernel/Sources
parent2cecacfe4f0cbbd8869cbd2c93a2f943aabd44ad (diff)
MHR-23: Add EPM PDF, add docs in KernelCall.c and fix log in NewFS.cxx
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.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 5e07fef8..a60fc228 100644
--- a/Kernel/Sources/FS/NewFS.cxx
+++ b/Kernel/Sources/FS/NewFS.cxx
@@ -46,7 +46,7 @@ _Output NewFork* NewFSParser::CreateFork(_Input NewCatalog* catalog,
Lba lba = (theFork.Kind == kNewFSDataForkKind) ? catalog->DataFork
: catalog->ResourceFork;
- kcout << "Fork Lba: " << hex_number(lba) << endl;
+ kcout << "newoskrnl: fork lba: " << hex_number(lba) << endl;
if (lba <= kNewFSCatalogStartAddress)
return nullptr;