diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-05 09:26:46 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-05 09:26:46 +0200 |
| commit | 518e2ce29513b8d49adf73e76aaf94c4f722dfae (patch) | |
| tree | c123d045f49b215220026cdc8f508f3c3da86eb1 /dev/ZKA/KernelKit/FileMgr.hxx | |
| parent | 1069f411d413e2185f6536b01b8993187056fcd8 (diff) | |
[ FIX ] Fixed KRNL BMP allocator, which was not working because of badly
formatted heap block.
[ IMP ] Improve logger routines [ FILE ] LINE : <LINE> <MSG>.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/KernelKit/FileMgr.hxx')
| -rw-r--r-- | dev/ZKA/KernelKit/FileMgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/KernelKit/FileMgr.hxx b/dev/ZKA/KernelKit/FileMgr.hxx index 7a97f821..86c40b69 100644 --- a/dev/ZKA/KernelKit/FileMgr.hxx +++ b/dev/ZKA/KernelKit/FileMgr.hxx @@ -408,7 +408,7 @@ namespace Kernel } } - kcout << "newoskrnl.exe: new file: " << path << ".\r"; + kcout << "new file: " << path << ".\r"; } /// @brief destructor |
