From dc2b2cdf68efb7320d51cb4241f4878ceafb04da Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 7 Mar 2025 12:30:08 +0100 Subject: Replace endl with kendl, and add make_fs; a tool to format a filesystem under the EPM. -> EPM + NeFS, HPFS, ext? Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Kernel/HALKit/ARM64/Storage') diff --git a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc index e65b016c..1335a9e4 100644 --- a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc +++ b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc @@ -64,7 +64,7 @@ namespace NeOS kFlashMetaPackets[slot]->InterruptEnable = YES; - kout << "Enabled hardware slot at: " << number(slot) << endl; + kout << "Enabled hardware slot at: " << number(slot) << kendl; return YES; } @@ -77,7 +77,7 @@ namespace NeOS kFlashMetaPackets[slot]->InterruptEnable = NO; - kout << "Disabled hardware slot at: " << number(slot) << endl; + kout << "Disabled hardware slot at: " << number(slot) << kendl; return YES; } -- cgit v1.2.3