BarryServer : Git

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

// Related

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