-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 28 August 2002 11:58 am, Blake Thornton wrote:
> Does anyone know how I can tell what has been compiled into my kernel?
> Right now, I would like to know if appletalk has been compiled in, but
> this would seem to be a useful thing to be able to know for any kernel
> options.

For a stock Red Hat kernel, if the kernel-source package is installed, you 
can see the config file used to build the kernel in 
/usr/src/linux-2.4/configs/

Try something like:
[mfratoni@paradox devel]$ grep -i apple 
/usr/src/linux-2.4/configs/kernel-2.4.18-athlon.config
# Appletalk devices
CONFIG_APPLETALK=y
CONFIG_DEV_APPLETALK=y

(Recent kernel packages (at least in the 7.3 release) also include the 
config file in /boot/)

$ grep -i apple /boot/config-2.4.18-10
# Appletalk devices
CONFIG_APPLETALK=y
CONFIG_DEV_APPLETALK=y

Hope that helps,
- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3} in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj1te3kACgkQn/07WoAb/SuCYQCgnOOi/Gqn0V1AX1n+1C5GSveG
Xl4AoIC/DEoAxQlg5LrdpGtUMuJWyN9o
=sPQg
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to