How do I figure out if my kernel was compiled with COMPAT_LINUX option or not? I didn't compile it. I put "COMPAT_LINUX openbsd kernel" into google but didn'tfind anything useful in the first several pages.
``sysctl kern.emul'' will list the available emulations.
I have 4.0 on i386 installed from a CD it must be running the default kernel.
The GENERIC kernel on i386 is compiled with COMPAT_LINUX. Miod