Enable multi-processor support
Todas las comprobaciones han sido exitosas
Builds / ExectOS (amd64, debug) (push) Successful in 31s
Builds / ExectOS (i686, release) (push) Successful in 43s
Builds / ExectOS (amd64, release) (push) Successful in 44s
Builds / ExectOS (i686, debug) (push) Successful in 29s

Este commit está contenido en:
2026-05-17 20:45:01 +02:00
padre 4e7113a079
commit a39835493a
Se han modificado 2 ficheros con 8 adiciones y 0 borrados

Ver fichero

@@ -110,6 +110,10 @@ KE::KernelInit::BootstrapKernel(VOID)
/* Enable shadow buffer for framebuffer */
HL::FrameBuffer::EnableShadowBuffer();
/* Start all application processors */
KE::Processor::InitializeProcessorBlocks();
HL::Cpu::StartAllProcessors();
/* Enter infinite loop */
DebugPrint(L"KernelInit::BootstrapKernel() finished. Entering infinite loop.\n");
KE::Crash::HaltSystem();

Ver fichero

@@ -110,6 +110,10 @@ KE::KernelInit::BootstrapKernel(VOID)
/* Enable shadow buffer for framebuffer */
HL::FrameBuffer::EnableShadowBuffer();
/* Start all application processors */
KE::Processor::InitializeProcessorBlocks();
HL::Cpu::StartAllProcessors();
/* Enter infinite loop */
DebugPrint(L"KernelInit::BootstrapKernel() finished. Entering infinite loop.\n");
KE::Crash::HaltSystem();