code: plan9front

Download patch

ref: 190e28550909a167e938d4fee578a01d7a34f5e1
parent: 3e115487969570445a58a5a351a7bf0e0ab5fc21
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Sep 3 13:30:27 EDT 2022

pc64: half KSTACK to 8k.

--- a/sys/src/9/pc64/mem.h
+++ b/sys/src/9/pc64/mem.h
@@ -30,7 +30,7 @@
 
 #define	MAXMACH		128			/* max # cpus system can run */
 
-#define KSTACK		(16*KiB)		/* Size of Proc kernel stack */
+#define KSTACK		(8*KiB)			/* Size of Proc kernel stack */
 
 /*
  * Time