public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* system.map
@ 2002-01-02 19:11 adrian kok
  2002-01-02 19:26 ` system.map Timothy Covell
  2002-01-02 19:30 ` system.map Sebastian Roth
  0 siblings, 2 replies; 48+ messages in thread
From: adrian kok @ 2002-01-02 19:11 UTC (permalink / raw)
  To: linux-kernel

Hi all

Why sometimes I don't need to copy the system.map to
/boot when I update the kernel
and the system also can boot?

Is it correct?

Thank you

_______________________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk

^ permalink raw reply	[flat|nested] 48+ messages in thread
[parent not found: <fa.ephh22v.1ljqarg@ifi.uio.no>]
* System.map
@ 2004-12-06 17:34 Anoop T
  2004-12-07 11:43 ` System.map Jan Engelhardt
  0 siblings, 1 reply; 48+ messages in thread
From: Anoop T @ 2004-12-06 17:34 UTC (permalink / raw)
  To: linux-kernel


	In one of the kernel build tutorials I found that I have to link the 
System.map file in /boot to the newly built System.map. But I find that it 
is automatically done at start up depending on which kernel version I chose 
to boot. Could anyone please tell who actually does it. I mean is it done by 
the kernel itself or by some start up scripts ?

_________________________________________________________________
Searching for your soulmate? Zero in on the perfect choice. 
http://www.astroyogi.com/newmsn/astrodate/ Try MSN Astrodate now!


^ permalink raw reply	[flat|nested] 48+ messages in thread
* system.map
@ 2005-07-12 16:34 vacant2005
  2005-07-13 10:21 ` system.map Jan Engelhardt
  0 siblings, 1 reply; 48+ messages in thread
From: vacant2005 @ 2005-07-12 16:34 UTC (permalink / raw)
  To: linux-kernel

After compiling new kernel, it doesn`t load System.map file. In kernel 
messages I can find:

Jul 11 12:18:48 localhost kernel: Inspecting /boot/System.map
Jul 11 12:18:48 localhost kernel: Loaded 28063 symbols from /boot/System.map.
Jul 11 12:18:48 localhost kernel: Symbols match kernel version 2.6.12.
Jul 11 12:18:48 localhost kernel: No module symbols loaded - kernel modules 
notenabled.

I have support for modules compiled.
I add config file of my kenrel.
http://sniffergg.port5.com/config.txt

uname -a shows

conexion1:~# uname -a
Linux conexion1 2.6.12-cko2nexus #1 Fri Jul 8 18:24:04 CEST 2005 i686 
GNU/Linux

I installed kernel using command installkernel

conexion1:~# installkernel
Usage: installkernel <version> <zImage> <System.map> <directory>


to make sure that System.map file will match the kernel version. 

Please help me,
Jacek Jablonski

^ permalink raw reply	[flat|nested] 48+ messages in thread
* System.map
@ 2007-10-14 17:07 Philip
  2007-10-14 18:45 ` System.map Jan Engelhardt
  0 siblings, 1 reply; 48+ messages in thread
From: Philip @ 2007-10-14 17:07 UTC (permalink / raw)
  To: linux-kernel

Hello 

I want to write a script, which shows the name of the relevant kernel module for each listed pci device shown by 'lspci -m'. It's easy to find out the name of the corresponding module, if the driver has been compiled as a loadable kernel module: The file /lib/modules/$(uname -r)/modules.pcimap lists module names based on pci device's vendor -and device id (shown by 'lspci -n'). But how can I find out the name of the corresponding kernel module if the module has been compiled directly into the kernel ? I thought that I can find them in the kernel's machting System.map based on vendor -and device id as well. But I can't find those id's there. Where do I have to look for it ? I want to be informed by my script, if the driver (module) for a specific pci device is available as a loadable module, in-kernel module or not available at all.

Many thanks in advance for your answers and I hope, my question is not too annoying for you developer guys :-)


Cheers,
Phibo  

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2007-10-14 18:46 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-02 19:11 system.map adrian kok
2002-01-02 19:26 ` system.map Timothy Covell
2002-01-02 19:39   ` system.map Tony Hoyle
2002-01-02 20:03     ` system.map Timothy Covell
2002-01-02 20:19       ` system.map Kilobug
2002-01-02 20:35         ` system.map Timothy Covell
2002-01-02 21:14           ` system.map Eric S. Johnson
2002-01-03  9:43           ` system.map Miquel van Smoorenburg
     [not found]             ` <02010312301401.01898@manta>
2002-01-03 10:59               ` Sync and reboot (was: Re: system.map) Miquel van Smoorenburg
2002-01-03 11:17                 ` Andre Hedrick
2002-01-02 20:25       ` system.map Tony Hoyle
2002-01-02 20:45         ` system.map Timothy Covell
2002-01-02 21:10           ` system.map Alan Cox
2002-01-02 23:07       ` system.map Nicholas Harring
2002-01-03  2:14     ` system.map Daniel Phillips
2002-01-03 15:54       ` system.map Albert D. Cahalan
2002-01-02 19:47   ` How can one get System.map w/o vmlinux? Timothy Covell
2002-01-02 20:34     ` David Golden
2002-01-02 22:00     ` Christian Koenig
2002-01-02 19:51   ` system.map Horst von Brand
2002-01-02 20:54   ` system.map Keith Owens
2002-01-02 21:13     ` system.map Timothy Covell
2002-01-02 23:01       ` system.map skidley
2002-01-02 23:14         ` system.map Timothy Covell
2002-01-02 21:17     ` system.map Albert D. Cahalan
2002-01-02 21:31       ` system.map Keith Owens
2002-01-02 22:09         ` system.map Nicholas Knight
2002-03-09  0:21           ` system.map H. Peter Anvin
2002-01-02 22:23         ` system.map Albert D. Cahalan
2002-01-02 23:38           ` system.map Marcel J.E. Mol
2002-01-02 19:30 ` system.map Sebastian Roth
2002-01-02 21:25   ` system.map Lionel Bouton
2002-01-02 22:15     ` system.map David Golden
2002-01-02 22:21       ` system.map Nick LeRoy
2002-01-02 22:29       ` system.map Lionel Bouton
     [not found] <fa.ephh22v.1ljqarg@ifi.uio.no>
     [not found] ` <fa.hmqrtsv.13jqup8@ifi.uio.no>
2002-01-02 21:14   ` system.map John Weber
2002-01-02 21:42     ` system.map Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2004-12-06 17:34 System.map Anoop T
2004-12-07 11:43 ` System.map Jan Engelhardt
2005-07-12 16:34 system.map vacant2005
2005-07-13 10:21 ` system.map Jan Engelhardt
     [not found]   ` <200507131244.08336.vacant2005@o2.pl>
2005-07-13 10:45     ` system.map Jacek Jabłoński
2005-07-13 10:56   ` system.map Arjan van de Ven
2005-07-13 11:04     ` system.map Jan Engelhardt
2005-07-13 11:27       ` system.map Russell King
2005-07-13 11:33       ` system.map Arjan van de Ven
2007-10-14 17:07 System.map Philip
2007-10-14 18:45 ` System.map Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox