Re: what is the stack size in Debian kernels?

2005-10-20 Thread H.S.
Kevin Buhr wrote: > As others have pointed out, for the i386 architecture, there are only > two stack sizes available in the "normal" kernel. 8K is the default, > but there is a CONFIG_4KSTACKS configuration variable that changes it > to 4K (but uses a separate stack for interrupt handling to par

Re: what is the stack size in Debian kernels?

2005-10-20 Thread Kevin Buhr
"H.S." <[EMAIL PROTECTED]> writes: > > This may be a dumb questions, but how do I find what stack size that my > Debian kernel (2.6.12) has? More generally, how do I determine the stack > size of any running Linux kernel? Is there an option in the .config file > that determins the stack size? As o

Re: what is the stack size in Debian kernels?

2005-10-20 Thread Oliver Lupton
kamaraju kusumanchi wrote: Is this filename correct? I dont have any config.gz file in /proc directory. I dont have any config* or *.gz files under /proc. Where is the typo? It's a kernel configuration option (sorry, don't remember the name) if the config.gz file should exist. I don't know i

Re: what is the stack size in Debian kernels?

2005-10-20 Thread Roberto C. Sanchez
On Thu, Oct 20, 2005 at 02:26:03PM -0400, kamaraju kusumanchi wrote: > Stephan Seitz wrote: > > >On Thu, Oct 20, 2005 at 12:39:49PM -0400, H.S. wrote: > > > >>This may be a dumb questions, but how do I find what stack size that my > >>Debian kernel (2.6.12) has? More generally, how do I determine

Re: what is the stack size in Debian kernels?

2005-10-20 Thread kamaraju kusumanchi
Stephan Seitz wrote: On Thu, Oct 20, 2005 at 12:39:49PM -0400, H.S. wrote: This may be a dumb questions, but how do I find what stack size that my Debian kernel (2.6.12) has? More generally, how do I determine the stack Normally you could try a 'zcat /proc/config.gz'. I am not the OP. I

Re: what is the stack size in Debian kernels?

2005-10-20 Thread Stephan Seitz
On Thu, Oct 20, 2005 at 12:39:49PM -0400, H.S. wrote: This may be a dumb questions, but how do I find what stack size that my Debian kernel (2.6.12) has? More generally, how do I determine the stack Normally you could try a 'zcat /proc/config.gz'. It seems, that the default is 8k. If CONFIG_4K

what is the stack size in Debian kernels?

2005-10-20 Thread H.S.
Hi, This may be a dumb questions, but how do I find what stack size that my Debian kernel (2.6.12) has? More generally, how do I determine the stack size of any running Linux kernel? Is there an option in the .config file that determins the stack size? I am playing around using wireless NIC dri