Re: RH 2.6 64-bit experience needed

Paul Landay <[email protected]> Mon, 6 Feb 2006 16:01:01 -0500
Newsgroups gmane.linux.kernel.streams
Message-ID <OFAAAE9170.F3CEA4E4-ON8525710D.00729B5C-8525710D.00737303@us.ibm.com>
They are patch files.  You apply them with the 'patch' command.
For example:
  Create the link from /usr/src/linux to /usr/src/kernels/xxx
  as I described in the previous e-mail.
  cd /usr/src
  tar -xvf LiS-2.18.0.tgz
  cd /usr/src/LiS-2.18
  patch -g0 -p1 < LiS-2.18.0-A.patch
  patch -g0 -p1 < LiS-2.18.0-B.patch
  patch -g0 -p1 < LiS-2.18.0-C.patch
  make
    for sles9 say 'n' to the third prompt and enter the correct path
      Do you intend to run LiS on this machine with
      the currently running kernel? [default: y]
    use defaults for all other prompts
  make install

The A,B,C does imply the order in which they should be applied.
For x86_64 you should look at the LiS-2.18.0-C.patch file and
note the compile and link flags used for that platform.  That
information comes from /usr/src/linux/arch/x86_64/Makefile

Paul Landay