Subject: Re: mmap and anonymous memory.
To: None <nomad@nop.aliensystems.com, tech-kern@netbsd.org>
From: Noriyuki Soda <soda@sra.co.jp>
List: tech-kern
Date: 12/09/1999 17:11:13
> This leads me to a second question.. Where are the stacks allocated for
> the upcalls in the scheduler activations?  Are these stacks growable? And
> if not, are they capped?

I think there are no reason to allow growable stack for upcalls,
thus, fixed size stack which might be fenced by redzone page
could be used.
--
soda