README.compileopts revision 1.1
11.1Spooka $NetBSD: README.compileopts,v 1.1 2016/01/25 00:24:23 pooka Exp $ 21.1Spooka 31.1SpookaThis file describes compile-time options (make variables) for 41.1Spookathe rumpuser POSIX implementation. 51.1Spooka 61.1SpookaNote: after changing an option, do a clean build. 71.1Spooka 81.1SpookaGlobal options: 91.1Spooka 101.1Spooka RUMPUSER_THREADS 111.1Spooka 121.1Spookavalues: pthread/none/fiber or <undefined> 131.1Spookadefval: <undefined> 141.1Spookaeffect: Define the way threading is implemented in the rumpuser hypercall 151.1Spooka implmentation. 161.1Spooka <undefined> - use default implementation (currently "pthread") 171.1Spooka pthread - use pthreads to implement threading 181.1Spooka none - do not support kernel threads at all 191.1Spooka fiber - user a fiber interface, cooperatively scheduled contexts 20