amd64的默认内核栈尺寸是5*PAGESIZE(20k),i386的是2*PAGESIZE(8k),在uts/i86pc/sys/machparam.h中定义;sparc的默认内核栈尺寸是3*PAGESIZE(24k),在uts/sun4u/sys/machparam.h中定义;