> 
> 
> 
> > ----------
> > From:       Van de Voorde Jeroen[SMTP:[EMAIL PROTECTED]]
> > Sent:       18 August 1999 03:22
> > To:         [EMAIL PROTECTED]
> > Cc:         linux-newbie
> > Subject:    Re: Also kernel compiling probs...->kernel 2.2.11
> > 
> > >
> > 
> > Hi,
> > 
> > I did everything again to make it a bit more easy for myself ...
> > So, i downloaded kernel 2.2.11
> > make menuconfig
> > .... see .config-file
> > make dep
> > make clean
> > make bzImage
> >     Root device is (3, 65)
> >     Boot sector 512 bytes
> >     Setup is 1292 bytes
> >     System is 453 kB
> > make modules
> > make modules_install
> > 
> > Now, ls -al /lib/modules/`uname -r`/* | grep -e "-rw-r--r--" | wc -l
> >     gives 253, minus one is 252
> > 
> You have counted *all* modules for *all* kernels. In /lib/modules there is a
> subdirectory for each seperate version of the kernel containing the modules
> that were built for that specific kernel.

No study the command carefully, it means;
ls -al /lib/modules/<kernel_in_use>/*  the singel quotes execute a command
in this case uname -r. so if one is using kernel 2.2.5-15, uname -r will
return that kernel version, hence;

ls -al /lib/modules/2.5-15/* | grep -e "-rw-r--r--" greps for the permissions
of the modules and modules.dep, all other lines counted by wc -l do not have
the stated permissions and will not be counted.

> 
> > Normally, after I do a make bzImage, I implement it in LILO by copying
> > /usr/src/linux/vmlinux to / and editing /etc/lilo.conf so I can test the
> > new kernel by giving it the label linux2 or something like that...
> > 
> IMHO you shouldn't use /usr/src/linux/vmlinux but
> /usr/src/linux/arch/i386/<something_I_forgot>/bzImage

Its /usr/src/linux/arch/i386/boot/bzImage or under normal curcumstances
zImage. In this case bzImage was not nessacary.

> 
> > .config-file:
> > 
> > #
> > # Automatically generated by make menuconfig: don't edit
> > #
> > 
> > #
> > # Code maturity level options
> > #
> > CONFIG_EXPERIMENTAL=y
> > 
> Well this is asking for it isn't it ;-)

Asking for what,???? If i did not say yes here, i would not get some Ham 
radio protocol options, and other new "experimental" drivers and 
configuration options.


> 
> 
> 
> --
> Maurice Hendrix
> 
> snailmail: Fuji Photo Film BV                Standard disclaimers apply
>            Dept. P1LPI
>            attn. M. Hendrix
>            PO Box 90156
>            5000 LJ  Tilburg
> phone: +31 13-579 1370     or fax: +31 13-579 1385
> 
> - This environmentally friendly message came to you with the aid of 100%
> recycled electrons.
> 

How is that possable when you say no to "EXPERIMENTAL".


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to