summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/PowerPC
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-22 11:18:10 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-22 11:20:06 +0100
commitda9920a33d12a2ebd04f4572a6d134dfb6e6cab6 (patch)
treec61a3f26f529b3bd97030614e253b6bb05c216ce /Private/HALKit/PowerPC
parent223aad0fd3f8af6f69eb6429e5514bc888afe0d9 (diff)
Kernel: Got HCoreLite up and running.
- Working on standard edition of HCoreLdr (Kernel and Bootloader separated) Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit/PowerPC')
-rw-r--r--Private/HALKit/PowerPC/HalHardware.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Private/HALKit/PowerPC/HalHardware.cxx b/Private/HALKit/PowerPC/HalHardware.cxx
index a5f11449..c066051c 100644
--- a/Private/HALKit/PowerPC/HalHardware.cxx
+++ b/Private/HALKit/PowerPC/HalHardware.cxx
@@ -44,6 +44,4 @@ void ke_com_print(const Char* bytes) {
++index;
}
}
-
-TerminalDevice kcout(HCore::ke_com_print, nullptr);
} // namespace HCore