reactos/ntoskrnl/ke
Justin Miller 516ccad340
[NTOS:KE][HALX86] Implement AP startup code (#5879)
Co-authored-by: Victor Perevertkin <victor.perevertkin@reactos.org>

Introduce the initial changes needed to get other processors up and into kernel mode. 
This only supports x86 as of now but is the first real step towards using other system processors.
2023-11-19 15:51:33 -08:00
..
amd64 [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
arm
i386 [NTOS:KE][HALX86] Implement AP startup code (#5879) 2023-11-19 15:51:33 -08:00
apc.c
balmgr.c
bug.c [NTOS] Include kdbg/kdb.h only in the files that really need it. 2023-04-11 00:44:10 +02:00
clock.c
config.c
devqueue.c
dpc.c
eventobj.c
except.c [NTOS] Fix NtContinue for x64 2022-11-24 21:17:58 +02:00
freeze.c
gate.c
gmutex.c
ipi.c
krnlinit.c [NTOS] fix timer lock data and hardcod 2022-12-28 21:09:41 +01:00
mutex.c
procobj.c
profobj.c
queue.c
semphobj.c
spinlock.c
thrdobj.c
thrdschd.c
time.c
timerobj.c
wait.c