Ignore:
Timestamp:
12/18/2004 06:10:25 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
51f501a
Parents:
00af9f7
Message:

Merged stuff from RAQ2 in chapter08.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4412 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r00af9f7 r8083626c  
    3535book configures the kernel.</para>
    3636
     37<para arch="raq2">The following patch fixes some issues with MIPS based processors
     38and the kernel:</para>
     39
     40<screen arch="raq2"><userinput>patch -Np1 -i ../linux-&linux-version;-mips-1.patch</userinput></screen>
     41
    3742<para>Prepare for compilation by running the following command:</para>
    3843
     
    6671<screen><userinput>make menuconfig</userinput></screen>
    6772
    68 <para>Alternatively, <command>make oldconfig</command> may be more appropriate in some
    69 situations. See the <filename>README</filename> file for more
     73<para>Alternatively, <command arch="x86">make oldconfig</command>
     74<command arch="raq2">cp arch/mips/configs/cobalt_defconfig .config &amp;&amp;
     75make oldconfig</command> may be more appropriate in some
     76situations. <phrase arch="raq2">This will build a basic system with no modules and
     77ext2 support only.</phrase> See the <filename>README</filename> file for more
    7078information.</para>
    7179
     
    143151the <filename class="directory">/boot</filename> directory.</para>
    144152
    145 <para>The path to the kernel image may vary depending on the platform
    146 being used. Issue the following command to install the kernel:</para>
    147 
    148 <screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
     153<para><!--The path to the kernel image may vary depending on the platform
     154being used. -->Issue the following command to install the kernel:</para>
     155
     156<screen arch="x86"><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
     157
     158<screen arch="raq2"><userinput>cp vmliux /boot/vmlinux-2.6.9
     159cd /boot
     160gzip -9 vmlinux-2.6.9
     161</userinput></screen>
    149162
    150163<para><filename>System.map</filename> is a symbol file for the kernel.
Note: See TracChangeset for help on using the changeset viewer.