Re: Per-process kernel stack size

2000-12-01 Thread Richard Hodges
On Thu, 30 Nov 2000, Mike Smith wrote: > > The routines have a nesting of 10-12 functions having 10-100 lines each. > > Could you tell us what is the minimum available run time memory in the > > per-process kernel stack for running these routines? > You can generally assume that you have about

Re: Per-process kernel stack size

2000-11-30 Thread Mike Smith
> Hi > > We have implemented a device driver on FreeBSD 4.0 and x86 architecture. > The device driver has routines for servicing I/O requests. I understand > that these routines run in the top part of the kernel stack. > > The routines have a nesting of 10-12 functions having 10-100 lines each.

Per-process kernel stack size

2000-11-30 Thread Satyajeet Seth
Hi We have implemented a device driver on FreeBSD 4.0 and x86 architecture. The device driver has routines for servicing I/O requests. I understand that these routines run in the top part of the kernel stack. The routines have a nesting of 10-12 functions having 10-100 lines each. Could you tell