DEFAULTSTKSZ_NPGS
#define DEFAULTSTKSZ (DEFAULTSTKSZ_NPGS * PAGESIZE)
#define DEFAULTSTKSZ _MUL(DEFAULTSTKSZ_NPGS, PAGESIZE) /* as(1) lameness */