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