Compiling Linux into Kernel

Jason Garrett kingedgar at gmail.com
Tue Mar 9 18:02:32 UTC 2010


On Tue, Mar 9, 2010 at 11:41, Rob Farmer <rfarmer at predatorlabs.net> wrote:

> On Tue, Mar 9, 2010 at 9:35 AM, Jason Garrett <kingedgar at gmail.com> wrote:
> > I know the usual way of loading the linux module and configuring it in
> > rc.conf, but can it be compiled directly into the kernel?
> >
> > If so, what would the line for it look like?
>
> options COMPAT_LINUX
>
> or if you are on amd64
>
> options COMPAT_LINUX32
>
> You can compile in the linprocfs module with
> options LINPROCFS
>
> See /usr/src/sys/conf/NOTES and /usr/src/sys/$ARCH/conf/NOTES to find
> lists of all available kernel options.
>
> Thanks! I had read all of the NOTES files last night but it was late and I
must have missed them (doh!)


> --
> Rob Farmer
>
> > _______________________________________________
> > freebsd-questions at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
> >
>


More information about the freebsd-questions mailing list