From 2bd2e28868d50a2f3ced8b1bfea68216ed35622a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 25 Feb 2024 16:12:36 +0100 Subject: WiP: See below. - Reworking bootloader to adapt if kernel and programs are already here or not for HCoreLdr. - Working on IDT support for HCoreKrnl. - Add Award and Mahrouss Logic logo in recovery-mode for HCoreKrnl. - Working on reading .NewBoot section in HCoreLdr. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AMD64/HalHardwareInit.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Private/HALKit/AMD64/HalHardwareInit.cpp (limited to 'Private/HALKit/AMD64/HalHardwareInit.cpp') diff --git a/Private/HALKit/AMD64/HalHardwareInit.cpp b/Private/HALKit/AMD64/HalHardwareInit.cpp deleted file mode 100644 index 43b15169..00000000 --- a/Private/HALKit/AMD64/HalHardwareInit.cpp +++ /dev/null @@ -1,20 +0,0 @@ -/* - * ======================================================== - * - * HCore - * Copyright Mahrouss Logic, all rights reserved. - * - * ======================================================== - */ - -#include - -// bugs = 0 - -extern "C" HCore::UIntPtr* __EXEC_IVT; - -extern void rt_wait_for_io(void); - -namespace HCore { -bool ke_init_hal() { return true; } -} // namespace HCore -- cgit v1.2.3