From 3b6a111ea3e9c1c710588c542dbdef8ad49d423d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 4 Apr 2026 20:13:28 +0200 Subject: [CHORE] API cleanup, and HalKernelMain cleanup for AMD64. --- src/kernel/HALKit/AMD64/HalKernelMain.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/kernel/HALKit') diff --git a/src/kernel/HALKit/AMD64/HalKernelMain.cpp b/src/kernel/HALKit/AMD64/HalKernelMain.cpp index 97102865..2c454e20 100644 --- a/src/kernel/HALKit/AMD64/HalKernelMain.cpp +++ b/src/kernel/HALKit/AMD64/HalKernelMain.cpp @@ -18,9 +18,6 @@ #include #include -#include -#include "NeKit/KernelPanic.h" - #ifndef __NE_MODULAR_KERNEL_COMPONENTS__ EXTERN_C Kernel::VoidPtr kInterruptVectorTable[]; @@ -157,12 +154,6 @@ EXTERN_C Kernel::Void hal_real_init(Kernel::Void) { NeFileSystemMgr::Mount(new NeFileSystemMgr()); #endif - for (SizeT idxCore{0}; idxCore < kHandoverHeader->f_NumberOfProcessors; ++idxCore) { - cg_init(); - FBDrawBitMapInRegion(kBootLogo, BOOT_LOGO_WIDTH, BOOT_LOGO_HEIGHT, 10, 12 + BOOT_LOGO_WIDTH * idxCore); - cg_clear(); - } - UserProcessScheduler::The().SwitchTeam(kRTUserTeam); PEFLoader ldr("/system/init.out"); -- cgit v1.2.3