$NetBSD: README.compileopts,v 1.2 2021/08/02 17:45:10 andvar Exp $ This file describes compile-time options (make variables) for the rumpuser POSIX implementation. Note: after changing an option, do a clean build. Global options: RUMPUSER_THREADS values: pthread/none/fiber or defval: effect: Define the way threading is implemented in the rumpuser hypercall implementation. - use default implementation (currently "pthread") pthread - use pthreads to implement threading none - do not support kernel threads at all fiber - user a fiber interface, cooperatively scheduled contexts