kernel config file

Chris Whitehouse cwhiteh at onetel.com
Thu Mar 21 20:38:29 UTC 2013


On 21/03/2013 19:54, 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.
>
> I have "makeoptions NO_MODULES=yes" statement in my kernel config file
> and the "blanktime" and "warp_saver" load modules don't get created.
>
> I need the options statements for those items so I can compile then into
> the kernel.

Would it be /usr/src/sys/conf/NOTES ?

%grep warp_saver /usr/src/sys/conf/NOTES
device          warp_saver

And isn't blanktime set in rc.conf?

%grep blank /etc/defaults/rc.conf
blanktime="300"         # blank time (in seconds) or "NO" to turn it off.


Chris
>
> Thanks
>
>
>
> _______________________________________________
> 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