kern

diff src/config.h @ 52:fa65b4f45366

picking this up again, let's fix it
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Aug 2011 06:42:00 +0300
parents b1e8c8251884
children 4eaecb14fe31
line diff
     1.1 --- a/src/config.h	Mon Aug 01 06:45:29 2011 +0300
     1.2 +++ b/src/config.h	Sun Aug 07 06:42:00 2011 +0300
     1.3 @@ -7,4 +7,7 @@
     1.4  #define TIMESLICE			100
     1.5  #define TIMESLICE_TICKS		(TIMESLICE * TICK_FREQ_HZ / 1000)
     1.6  
     1.7 +/* allow automatic user stack growth by at most 1024 pages at a time (4mb) */
     1.8 +#define USTACK_MAXGROW		1024
     1.9 +
    1.10  #endif	/* _CONFIG_H_ */