Re: Some kernel compile questions

2003-03-09 Thread ronin2
Answers to your questions: 1. To specify which modules are loaded automatically at boot time, edit the file /etc/modules. Each line of /etc/modules is one module; note that module names are listed without their .o suffixes. 2. System.map is a hexadecimal index to functions in the kernel. It's a

Re: Some kernel compile questions

2003-03-07 Thread Oliver Fuchs
On Fri, 07 Mar 2003, Sukrit wrote: > > hi listers, > > i have some kernel related questions, i have read the fine manunal > (kernel-howto) but didn't get answers to these. > > 1. How do i decide which modules to load at boot time, which file is > to be edited? (i am thinking that i'll compile s

Re: Some kernel compile questions

2003-03-07 Thread David Z Maze
Sukrit <[EMAIL PROTECTED]> writes: > 1. How do i decide which modules to load at boot time, which file is > to be edited? /etc/modules > (i am thinking that i'll compile support for lots of devices - > cd-writer, different network cards - as modules that way i won't > have to recompile kernel wh

Re: Some kernel compile questions

2003-03-07 Thread sean finney
On Fri, Mar 07, 2003 at 01:14:36PM +0530, Sukrit wrote: > 1. How do i decide which modules to load at boot time, which file is > to be edited? (i am thinking that i'll compile support for lots of > devices - cd-writer, different network cards - as modules that way i > won't have to recompile kernel

Re: Some kernel compile questions

2003-03-07 Thread Michael Waters
On Fri, Mar 07, 2003 at 13:14 +0530, Sukrit wrote: > i have some kernel related questions, i have read the fine manunal > (kernel-howto) but didn't get answers to these. > > 1. How do i decide which modules to load at boot time, which file is > to be edited? (i am thinking that i'll compile suppor