Reserve initial thread frame space in AP startup stack
Todas las comprobaciones han sido exitosas
Builds / ExectOS (amd64, debug) (push) Successful in 36s
Builds / ExectOS (i686, debug) (push) Successful in 34s
Builds / ExectOS (amd64, release) (push) Successful in 46s
Builds / ExectOS (i686, release) (push) Successful in 43s

Este commit está contenido en:
2026-05-22 18:59:43 +02:00
padre 102b357a75
commit 9ac64605d3
Se han modificado 7 ficheros con 7 adiciones y 2 borrados

Ver fichero

@@ -174,6 +174,7 @@ HL::Cpu::StartAllProcessors(VOID)
StartBlock->Cr3 = AR::CpuFunctions::ReadControlRegister(3);
StartBlock->Cr4 = AR::CpuFunctions::ReadControlRegister(4);
StartBlock->EntryPoint = (PVOID)&KE::KernelInit::BootstrapApplicationProcessor;
StartBlock->InitialStack = (PVOID)((ULONG_PTR)StartBlock->Stack - KTHREAD_STACK_INITIAL_RESERVE);
StartBlock->ProcessorStructures = CpuStructures;
StartBlock->Started = FALSE;