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 Uni
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
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 t