Results 151 to 154 of 154
If I use that method, does the System map and the config file reside in that directory as well?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-11-2003 #151Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
If I use that method, does the System map and the config file reside in that directory as well?
The best things in life are free.
- 07-11-2003 #152Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Nope, System.map will be along with vmlinux (the uncompressed kernel image) in the kernel source tree root dir. The config file will also be there, as it always is.
- 07-14-2003 #153Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Does it matter if it tells me that the bzImage file won't fit on a floppy disk? It's around 1MB. Also, is it alright if I copy the bzImage file before I run 'make modules' and 'make modules_install'? As far as I can see, these two steps shouldn't have much to do with the actual kernel.
The best things in life are free.
- 07-14-2003 #154Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It probably doesn't matter, as long as you don't plan on putting it on a floppy. =)
And yes, you can copy it before you compile the modules. Making modules or modules_install doesn't affect the core kernel image at all. That's actually pretty practical. I have altered a few firewalling modules and been able to use the new version without rebooting. I just changed the source file, made modules and modules_install and then reloaded the module and everything was fine.


Reply With Quote
