RE: question of kernel options

2006-01-30 Thread Conrad Sabatier

On 29-Jan-2006 gahn wrote:
> Hi:
> 
> Where can I find the list of all options of kernel
> file for freebsd 5.4?
> 
> Thanks

/usr/src/sys/conf/NOTES for cross-platform options

/usr/src/sys/${ARCH}/conf/NOTES for architecture-specific options

-- 
Conrad J. Sabatier <[EMAIL PROTECTED]> -- "In Unix veritas"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: question of kernel options

2006-01-29 Thread fbsd_user
Look in the same directory where the
default kernel source is. One of the files has all the options.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of gahn
Sent: Sunday, January 29, 2006 3:33 PM
To: freebsd general questions
Subject: question of kernel options


Hi:

Where can I find the list of all options of kernel
file for freebsd 5.4?

Thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: question of kernel options

2006-01-29 Thread Garrett Cooper

gahn wrote:


Hi:

Where can I find the list of all options of kernel
file for freebsd 5.4?

Thanks
 


   cd /usr/src/sys/[insert_your_arch_here]/conf; make LINT;

   All you have to do is fire up your favorite editor and open up the 
LINT file that's been created. Of course you have to be root to do this.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


question of kernel options

2006-01-29 Thread gahn
Hi:

Where can I find the list of all options of kernel
file for freebsd 5.4?

Thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"