From: D. Jeff Dionne (jeff@arcturusnetworks.com)
Date: Tue May 21 2002 - 19:07:53 EDT
Subash Kalbarga <Subashk@ami.com> said: > Hi > > I tried reading all mails regarding kernel stack size but could not find a > suitable idea or reply. It depends on page size. > > Where does the kernel set its stack to? There is one per process, the kernel looks after allocating them (in 2.0 they are specifically allocated, later kernels have them combined with task structures). It's safe to assume that it's _one_ page in size. > How do I find if the stack size is enough or is it blowing up? Unless you've added code which eats stack, you should be fine. Check in your architecture setup code that the initial stack is set up in a sane way, though. J. > > How can I increase the stack size? > > Any clues would be greatly appreciated. > > The problem I ma having is random blowups in a driver. > > > Thanks > Subash > AMI > > > > > -- D. Jeff Dionne Jeff@ArcturusNetworks.com
This archive was generated by hypermail 2.1.4 : Thu Sep 19 2002 - 13:21:17 EDT