summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-09-03 17:30:27 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-09-03 17:30:27 +0000
commit190e28550909a167e938d4fee578a01d7a34f5e1 (patch)
tree303fca5338e0aa60c8d84f0383af9a3c00de5b9b /sys/src/9/pc64
parent3e115487969570445a58a5a351a7bf0e0ab5fc21 (diff)
pc64: half KSTACK to 8k.
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r--sys/src/9/pc64/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc64/mem.h b/sys/src/9/pc64/mem.h
index dc28517a2..c79392fc5 100644
--- 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