In NetBSD source, /sys/rump/kern/Makefile.rumpkerncomp contains RUMPSYSEMUS= sys_cygwin sys_linux sys_sunos
.if make(rumpdescribe)
RUMPKERNCOMPS+= ${RUMPSYSEMUS}
.endif
which looks at a guess as if sys_linux isn't compiled into a rump
kernel by default, but if it were, I might be able to test
compat_linux code with rump? Is this a reasonable guess? What is going on?
Cheers,
Patrick
