HOME | BIO | RESUME | HACKS | CODE | PROJECTS | GALLERY
________________________________________________________________________________
I've ported the skas3 patch for the linux kernel version 2.6.7
(host-skas3-2.6.7-v1.patch) to work on the 2.6.6-1.435.2.3 kernel
that Fedora Core 2 is currently using.
host-skas3-2.6.6-1.435.2.3.patch
If you want to build an rpm of the Fredora Core 2 2.6.6-1.435.2.3
kernel with skas3 support, here is my advice:
Get my tar file containing the modified patch, kernel configs, and
kernel spec files: skas3-2.6.6-1.435.2.3.tar.bz2
Get the Fedora Core 2 kernel-2.5.5-1.435.2.3 source rpm:
kernel-2.6.6-1.435.2.3.src.rpm
As root:
cd ~
ncftpget ftp://mirrors.kernel.org/fedora/core/updates/2/SRPMS/kernel-2.6.6-1.435.2.3.src.rpm
wget http://jdh.org/uml/skas3-2.6.6-1.435.2.3.tar.bz2
rpm -ivh kernel-2.6.6-1.435.2.3.src.rpm
cd /usr/src/redhat
tar -jxpvf ~/skas3-2.6.6-1.435.2.3-rpmtree.tar.bz2
cd /usr/src/redhat/SPECS
rpmbuild --target=i686 -bb kernel-2.6.spec
This will build the kernel rpms for an i686 target.
You can look at the rpmbuild man page or additional options and operations.
Thats It.
Good Luck.
________________________________________________________________________________