<& xfsTemplate,top=>1,side=>1 &>
<!-- Start Project Content -->
<h2>
<b><font face="ARIAL NARROW,HELVETICA">Installing from the Source</font></b></h2>
<p>
In this procedure, you start with a "vanilla" linux-2.4.x tarball
(linux-2.4.x.tar.gz, or linux-2.4.x.tar.bz2) and apply patches to obtain
an XFS-capable kernel.
</p>
<ul>
<li>Obtain a vanilla linux-2.4.x tree from a <a href="http://www.kernel.org/mirrors/">
kernel.org mirror</a> and unpack it into wherever you'd like to perform the build.</li>
<p>
<li>Download the latest
patch files and place them in the
the top-level directory of your unpacked 2.4.x kernel (i.e. <tt>linux/</tt>).
The most recent patches
available for download are provided
<a href="patchlist.html"> here</a>.
</p>
</li><p>
<li>Uncompress each patch with <tt>gunzip <i>patchfile_name</i>.gz</tt>
</li><p>
<li>For each patch, run <tt>patch -p1 < <i>patchfile_name </i></tt>
in the top directory of your linux source tree.
</li>
</ul>
<p>
After you have downloaded the XFS Linux patches, you will
then need to configure and install the kernel, as described in
<A href="kernelconf.html"> Configuring and Installing the
XFS Linux Kernel</A>.
</p>
<br>
<& xfsTemplate,bottom=>1 &>