BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 6217f0db2c8f2513994f4cc773aaa4171a049963 / kernel / cpu.c

// Related

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