diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-28 14:26:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-28 14:26:58 +0100 |
| commit | f77a876e0ac2611079ee188933f0f3de222dd08a (patch) | |
| tree | c8230499b03f8ad2cbdddbb6e06607163a176149 /Private/Tools | |
| parent | 2cf9f370d40a5c6512530c600292c5fac0410e11 (diff) | |
HCoreKrnl\HAL\IDT: Work in progress patch(fix) of HCore interrupt system
on x86.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Tools')
| -rw-r--r-- | Private/Tools/PartTool.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/Tools/PartTool.cxx b/Private/Tools/PartTool.cxx index 8c8d52b1..dd84cfb2 100644 --- a/Private/Tools/PartTool.cxx +++ b/Private/Tools/PartTool.cxx @@ -16,10 +16,10 @@ /// @brief NewFS partition program. /***********************************************************************************/ -#include <iostream> +#include <ConOut.hxx> int main() { - std::cout + HCore::cout << "PartTool: build a NewFS partition image from a directory!\n" << "Copyright Mahrouss Logic, all rights reserved. (INTERNAL TOOL)\n"; |
