kern

diff src/config.h @ 54:4eaecb14fe31

bringing the task switching thing into shape with proper per-process kernel stacks and shit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 14 Aug 2011 16:57:23 +0300
parents fa65b4f45366
children
line diff
     1.1 --- a/src/config.h	Mon Aug 08 09:53:10 2011 +0300
     1.2 +++ b/src/config.h	Sun Aug 14 16:57:23 2011 +0300
     1.3 @@ -10,4 +10,7 @@
     1.4  /* allow automatic user stack growth by at most 1024 pages at a time (4mb) */
     1.5  #define USTACK_MAXGROW		1024
     1.6  
     1.7 +/* per-process kernel stack size (2 pages) */
     1.8 +#define KERN_STACK_SIZE		8192
     1.9 +
    1.10  #endif	/* _CONFIG_H_ */