Go to the source code of this file.
◆ IDLE_STACK_SIZE
| #define IDLE_STACK_SIZE 4096 |
◆ InitScheduler()
| void InitScheduler |
( |
void | | ) |
|
◆ kernel_idle_checks()
| void kernel_idle_checks |
( |
void | | ) |
|
|
extern |
◆ restore_context()
◆ restore_user_context()
| void restore_user_context |
( |
PETHREAD | thread | ) |
|
|
extern |
◆ Schedule()
◆ cpus
Definition at line 16 of file smp.c.
◆ g_cpuCount
◆ PsInitialSystemProcess
The Stack Overflow check only checks for minor overflows, that don't completely smash the stack, yet do change the canaries (since it only checks in function epilogue) Complete stack smashes are guarded with the guard page in MiCreateKernelStack.
Definition at line 162 of file kernel.c.
◆ smpInitialized