Re: Kernel thread stack size

2012-07-24 Thread Paul Ambrose
ould be inefficient. > > Warner > > > 2012/7/23 Konstantin Belousov > > > >> On Mon, Jul 23, 2012 at 02:54:30AM -0400, Richard Yao wrote: > >>> What is the default kernel thread stack size on FreeBSD? I am > >>> particularly interested

Re: Kernel thread stack size

2012-07-24 Thread Warner Losh
MHO, define KSTACK_PAGE to 1 is enough, > what is your opinion? Well, the PTE has two entries, so having just one page would be inefficient. Warner > 2012/7/23 Konstantin Belousov > >> On Mon, Jul 23, 2012 at 02:54:30AM -0400, Richard Yao wrote: >>> What is the d

Re: Kernel thread stack size

2012-07-24 Thread Paul Ambrose
#define PAGE_SHIFT 12 #define PAGE_SIZE (1< > On Mon, Jul 23, 2012 at 02:54:30AM -0400, Richard Yao wrote: > > What is the default kernel thread stack size on FreeBSD? I am > > particularly interested in knowing about i386 and amd64, but knowing > > this for other arc

Re: Kernel thread stack size

2012-07-23 Thread Konstantin Belousov
On Mon, Jul 23, 2012 at 02:54:30AM -0400, Richard Yao wrote: > What is the default kernel thread stack size on FreeBSD? I am > particularly interested in knowing about i386 and amd64, but knowing > this for other architectures (such as MIPS) would also be useful. > Look for the

Kernel thread stack size

2012-07-22 Thread Richard Yao
What is the default kernel thread stack size on FreeBSD? I am particularly interested in knowing about i386 and amd64, but knowing this for other architectures (such as MIPS) would also be useful. signature.asc Description: OpenPGP digital signature