[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Modules



On Wed, Sep 08, 1999 at 11:43:24AM -0700, Brian E. Lavender wrote:
> When you recompile the kernel, the filesystem support you want to
> support as a module, you hit the M key for module when you do either
> 
> # make config
> 
> or 
> 
> # make xconfig
> 
> or 
> 
> # make menuconfig
> 
> I am assuming you know how to compile the kernel. Here are the basics
> in case you have never done it. 
> 
> # make menuconfig
> # make dep
> # make clean
> # make bzImage (long part)
> # make modules
> # make modules_install
> # make zlilo

or install kernel-package and:
1% cd <kernel source tree>
2% make config   # or make menuconfig or make xconfig and configure
3% make-kpkg clean
4% fakeroot make-kpkg --revision=custom.1.0 kernel_image
5# dpkg -i ../kernel-image-X.XXX_1.0_<arch>.deb
6# shutdown -r now # If and only if LILO worked or you have a means of
                   # booting the new kernel. YOU HAVE BEEN WARNED!!

and forget the stuff about modules... dpkg will handle this for you :)

hope this helps

Marcin

-- 

--------------------------------
Marcin Owsiany
porridge@pandora.info.bielsko.pl
--------------------------------


Reply to: