You are not logged in.

#1 2005-11-05 17:45:05

jftaylor21
Member
From: Arch Linux Forums
Registered: 2004-02-21
Posts: 237

Curious about the purpose of system.map and kconfig in /boot

I have been curious about what exactly does system.map and kconfig do in the /boot directory? How do I know what to name them for my system to use them. I can tell grub what bzImage is called and where it is stored, but it does not seem like I am supposed to tell anything about where system.map and kconfig are stored?

Thanks for the help and knowledge!

Offline

#2 2005-11-05 18:05:38

paranoos
Member
From: thornhill.on.ca
Registered: 2004-07-22
Posts: 442

Re: Curious about the purpose of system.map and kconfig in /boot

well, kconfig is the kernel configuration file ... basically it tells you what options your kernel was compiled with, and what modules were made. grub doesn't need this file, it's there for your convenience.

i'm not too sure about system.map, but somebody else knows.

Offline

#3 2005-11-05 18:05:42

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: Curious about the purpose of system.map and kconfig in /boot

The kconfig files are just the .config files with which the appropriate kernel image has been compiled. The file kconfig26, for example, belongs to the image vmlinuz26 in my /boot directory. It's just a simple textfile telling the kernel's build-system how to build the kernel and it's modules. Those files are just there for reference and are not required in this place.

I didn't knew much about the System.map and just asked Google: http://66.249.93.104/search?q=cache:zkn … inux&hl=de

Offline

#4 2005-11-05 18:16:20

jftaylor21
Member
From: Arch Linux Forums
Registered: 2004-02-21
Posts: 237

Re: Curious about the purpose of system.map and kconfig in /boot

Hmm... So it looks like you really don't need kconfig or system.map in your boot directory. Thanks for the info!

Offline

Board footer

Powered by FluxBB