summaryrefslogtreecommitdiff
path: root/serverboot/bootstrap.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-05-01 22:43:37 +0000
committerThomas Bushnell <thomas@gnu.org>1997-05-01 22:43:37 +0000
commitefd485f7e6ce5e91e132873349d6dfce2d298922 (patch)
tree53e5b5373a0a715bd1291addc6fae6136528d058 /serverboot/bootstrap.c
parent00806ba65db5a34866ca7f7b6d6077974512f9fa (diff)
Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* bootstrap.c (cthread_stack_size): Don't set special value here; use the default.
Diffstat (limited to 'serverboot/bootstrap.c')
-rw-r--r--serverboot/bootstrap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/serverboot/bootstrap.c b/serverboot/bootstrap.c
index b603a55f..49a8e00b 100644
--- a/serverboot/bootstrap.c
+++ b/serverboot/bootstrap.c
@@ -37,6 +37,7 @@
#include "../boot/boot_script.h"
#include "translate_root.h"
+#if 0
/*
* Use 8 Kbyte stacks instead of the default 64K.
* Use 4 Kbyte waiting stacks instead of the default 8K.
@@ -46,6 +47,7 @@ vm_size_t cthread_stack_size = 16 * 1024;
#else
vm_size_t cthread_stack_size = 8 * 1024;
#endif
+#endif
extern
vm_size_t cthread_wait_stack_size;