SV: kernel compilation

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

 



hello!
I'm not using lilo, but loadlin.
so i have figured out  the following.
can i have my old kernel called vmlinuz and in the same directory ave the
for example I call the new kernel newlin.
i have my linux system on /dev/hda7
so can i type:
loadlin newlin root=/dev/hda7?
i mean instead of loadlin vmlinuz root=/dev/hda7?

kristoffer


-----Ursprungligt meddelande-----
Från: blinux-list-admin@xxxxxxxxxx
[mailto:blinux-list-admin@xxxxxxxxxx]För Christian Schoepplein
Skickat: den 26 juni 2003 19:59
Till: blinux-list@xxxxxxxxxx
Ämne: Re: kernel compilation


Hello!

On Don, Jun 26, 2003 at 12:09:00 +0200, Doug wrote:
>
> You can't just type "make" after running the config.
> After doing the "make config" or "make menuconfig"
> then you need to do this (in /usr/src/linux)
>
> make bzImage         (to build the kernel)
> make modules         (to build the kernel modules)
> make modules_install (to install the modules)

You've forgot one thing. Before "make bzImage" he should do a "make
dep" to solve all dependences. So the right commandorder should look
like this:

make clean
make menuconfig or make config
make dep
make bzImage
make modules
make modules_install

Regards,
Schoeppi

--
Christian Schoepplein | Beste Rockband der Welt: http://www.lily-rockt.de
mail@xxxxxxxxxxxx     | Linux fuer Blinde: http://www.blinux.suse.de


_______________________________________________

Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list


_______________________________________________

Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list

[Index of Archives]     [Linux Speakup]     [Fedora]     [Linux Kernel]     [Yosemite News]     [Big List of Linux Books]