Patching Linux-&xfspatch-version; for XFS
Build an XFS-enabled Linux &xfspatch-version; kernel
with the following commands:
cd /usr/src/linux &&
make mrproper &&
bzcat ../xfs-&xfspatch-version;-all-i386.bz2 | patch -Np1 &&
make menuconfig &&
make CC=/opt/gcc-2.95.3/bin/gcc dep &&
make CC=/opt/gcc-2.95.3/bin/gcc bzImage &&
make CC=/opt/gcc-2.95.3/bin/gcc modules &&
make CC=/opt/gcc-2.95.3/bin/gcc modules_install &&
cp arch/i386/boot/bzImage /boot/vmlinuz-xfs &&
cp System.map /boot/System.map-xfs