Connie Sieh wrote:
On Tue, 29 Apr 2008, rsoares wrote:
Is it possible to get the uncompiled source code for the kernels 5.0
and 5.1, where?
vmlinuz-2.6.18-8.1.3.el5 ( i386 )
vmlinuz-2.6.18-53.1.4.el5 ( i386 )
R.Soares
ftp://ftp.scientificlinux.org//linux/scientific/5x/SRPMS/vendor/
-Connie Sieh
Dowload and install kernel SRPM:
# rpm -ihv
ftp://ftp.scientificlinux.org/linux/scientific/5x/SRPMS/vendor/kernel-2.6.18-53.1.4.el5.src.rpm
Unpack kernel source and apply all patches:
# cd /usr/src/redhat/SPECS
# rpmbuild -bp kernel-2.6.spec
Kernel source is now in
/usr/src/redhat/BUILD/kernel-2.6.18/linux-2.6.18.i386
Urs