Doug Poland wrote:
Hello,

I need to see what options a kernel was compiled with.  I remember a
few years back that there is a command that will show you all the
kernel options and devices.  Does anyone know how to do that?

You can compile in that option:

options         INCLUDE_CONFIG_FILE      # Include this file in kernel

and use this to extract it later:
strings -n 3 /kernel | sed -n 's/^___//p' > MYKERNEL

--
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ <http://paulbeard.no-ip.org/movabletype/>

Surprise due today.  Also the rent.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to