On Mon, Jun 7, 2010 at 10:20 AM, Prashant <[email protected]> wrote: > @Group - I need an OS with GUI > > @sharad - Purpose is Office Work > @nilesh - Where can I have link for custom compiled kernel? > > -- > l...@iitd - http://tinyurl.com/ycueutm >
There's no link for that, you will have to compile it yourself. To have a custom compiled kernel in archlinux, you will have to first prepare the OS on your existing machine (arch machine preferably, because its easy, see archwiki for others): mkdir /newarch cd /newarch pacman -r . -S base base-devel pacman -r . -R kernel26 wget ...kernel-download-url-from-kernel.org... chroot /newarch tar xjf linux-x.y.z.tar.bz2 cd linux-x.y.z make mrproper Then follow this guide: http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html -- Nilesh Govindarajan Facebook: nilesh.gr Twitter: nileshgr Website: www.itech7.com Cheap and Reliable VPS Hosting: http://j.mp/arHk5e -- l...@iitd - http://tinyurl.com/ycueutm
