Posted by Anonymous1165 Day ago, There are 15 comments, 7946 views
Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management. Download
Usually, you have to unpack it in /usr/src dir, enter the newly created directory and configure it first: make config, make menuconfig or make xconfig (preferred), then make dep, make bzImage. Compile the modules by make modules and install them with make modules_install. You may have to deal with module configurations and dependencies here. Put the compiled vmlinuz into /boot dir and then depending on the loader (LILO or GRUB) edit corresponding config files (for LILO, you must run lilo for the changes to take effect)... Reboot if and when you are feeling lucky. :)
For more info, use google - there are tons of info on how to install a new kernel.
Cheers.
Re: Linux Kernel 2.6.19.2 by tiranin on 2007-01-12 10:10:18
why dontcha install some "normal" linux version, like Ubuntu or something? I mean its much easier and better...
i have tried ubuntu 6.01, 6.06 & 6.10. they all boot up fine from the livecd but when i try to install to disk from the desktop icon, the whole system freezes for hours.
i tried always on my old laptop with pentium m centrino 1.5 Ghz , 256mb ram n 40 gb disk.
i wonder what i am doing wrong?
Re: Linux Kernel 2.6.19.2 by sullysnet on 2007-01-12 11:15:31
the reason behind this is to have the latest kernal as soon as it's release. Ubuntu and others usually take some time to implement this into their build :)
Re: Linux Kernel 2.6.19.2 by machine on 2007-01-12 14:43:04
the only Linux i have successfully managed to install is knoppix. but there too DMA is turned off. I tried all 'remedies' from google to enable DMA at boot time but they didn't help thus booting is very very slow,
had no other choice but to shift back to XP :-(
Re: Linux Kernel 2.6.19.2 by AxMan on 2007-01-12 23:00:55