Nucleus
Barry Kernel threads + threads share address space 6217f0d (3 years, 1 month ago)diff --git a/kernel/cpu.c b/kernel/cpu.c index e7ab334..ba59986 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -34,6 +34,7 @@ void send_ipi(cpu_t target, uint8_t num); Processor __seg_gs *const cpu = 0; Processor *cpus[MAX_CPUS]; +uintptr_t stacks[MAX_CPUS]; /* Per-CPU setup */ void