Messages in this thread |  | | Date | Wed, 15 Jan 1997 10:22:17 -0700 (MST) | From | Derrik Pates <> | Subject | Re: What is System.map for? |
| |
On Wed, 15 Jan 1997, Sheldon E. Newhouse wrote:
> Can anyone give me some ideas and/or reference about System.map? I am > using /arch/i386. > > 1. What is System.map required for? > 2. How does the kernel use it? > 3. I removed it from one of my systems, and, at least for basic stuff, > it seems to make no difference.
The System.map is your kernel's symbol table, and it's needed to load modules that use symbols that are internal to the kernel (e.g. most modules, if not all). If you aren't using modules, I don't think it's used unless you are doing debugging, or stack traces and such. Might want to keep it around tho.
Derrik Pates dpates@cavern.nmsu.edu
"What'll you two lovable plush toys have?" "How 'bout a root beer popsicle and an Orange Julius? What about you, Max?" "Dishwater! And put it in a dirty glass!" -Sam & Max "Fair Wind to Java"
|  |