Nucleus
Barry Kernel threads + threads share address space 6217f0d (3 years, 1 month ago)diff --git a/kernel/start.S b/kernel/start.S index 96048e2..fe842e8 100644 --- a/kernel/start.S +++ b/kernel/start.S @@ -9,9 +9,10 @@ header: .long 0, 1280, 1024, 32 .section .bss, "aw", @nobits +.global stackBottom .global stackTop stackBottom: - .skip 16384 + .skip 8192 stackTop: .section .text