From efd485f7e6ce5e91e132873349d6dfce2d298922 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 1 May 1997 22:43:37 +0000 Subject: Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG * bootstrap.c (cthread_stack_size): Don't set special value here; use the default. --- serverboot/ChangeLog | 5 +++++ serverboot/bootstrap.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 4a1a3611..2e5fff35 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,8 @@ +Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG + + * bootstrap.c (cthread_stack_size): Don't set special value here; + use the default. + Fri Apr 18 16:44:49 1997 Thomas Bushnell, n/BSG * wiring.c (__vm_allocate): New function. 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; -- cgit v1.2.3