diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-09-03 17:30:27 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-09-03 17:30:27 +0000 |
commit | 190e28550909a167e938d4fee578a01d7a34f5e1 (patch) | |
tree | 303fca5338e0aa60c8d84f0383af9a3c00de5b9b /sys/src/9/pc64 | |
parent | 3e115487969570445a58a5a351a7bf0e0ab5fc21 (diff) |
pc64: half KSTACK to 8k.
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/mem.h | 2 |
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 |