Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 23:27:41 +0100
From:      Polytropon <freebsd@edvax.de>
To:        Fbsd8 <fbsd8@a1poweruser.com>
Cc:        FreeBSD questions <questions@freebsd.org>
Subject:   Re: kernel config file
Message-ID:  <20130321232741.a6f4629a.freebsd@edvax.de>
In-Reply-To: <514B656E.3060106@a1poweruser.com>
References:  <514B656E.3060106@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Mar 2013 15:54:22 -0400, Fbsd8 wrote:
> Back around 4.x there was a File that had all the available kernel 
> compile options with their meanings as comments. On 9.1 I don't see that 
> file any more. Where can I find that file that lists all the kernel 
> compile options? The 9.1 NOTES file is not that file.

There are several files with such content. For architecture-
independent and general settings:

/usr/src/sys/conf/NOTES

For i386 or amd64 architecture, individual:

/usr/src/sys/i386/conf/NOTES
/usr/src/sys/amd64/conf/NOTES

Similarly, you'll find the DEFAULTS and GENERIC files helpful.



> I have "makeoptions NO_MODULES=yes" statement in my kernel config file 
> and the "blanktime" and "warp_saver" load modules don't get created.

Have a look at "man src.conf" for dealing with the creation
of modules.



> I need the options statements for those items so I can compile then into 
> the kernel.

If I remember correctly, you'll need "device sc", "device vga"
and "device splash" for the splash screen and screen saver
support.

Also see /usr/src/sys/conf/NOTES where several savers are
listed with options like "device warp_saver".



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130321232741.a6f4629a.freebsd>