Changeset 56964fb for chapter08


Ignore:
Timestamp:
01/16/2005 07:58:31 AM (20 years ago)
Author:
Jim Gifford <jim@…>
Children:
ac89fab
Parents:
e464747
Message:

Updated RaQ2 started PPC integration

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

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/chapter08.xml

    re464747 r56964fb  
    1111<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
    1212<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fstab.xml"/>
    13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kernel.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kernel.xml"/> <!-- x86 -->
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kernel-ppc.xml"/> <!-- ppc -->
     15<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kernel-raq2.xml"/> <!-- raq2 -->
    1416<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/> <!-- x86 -->
     17<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="yaboot.xml"/> <!-- ppc -->
    1518<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="colo.xml"/> <!-- raq2 -->
    1619
  • chapter08/kernel.xml

    re464747 r56964fb  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-bootable-kernel" role="wrap">
     6<sect1 id="ch-bootable-kernel" role="wrap" arch="x86">
    77<title>Linux-&linux-version;</title>
    88<?dbhtml filename="kernel.html"?>
     
    3535book configures the kernel.</para>
    3636
    37 <para arch="raq2">The following patch fixes some issues with MIPS based processors
    38 and the kernel:</para>
    39 
    40 <screen arch="raq2"><userinput>patch -Np1 -i ../linux-&linux-version;-mips-1.patch</userinput></screen>
    41 
    4237<para>Prepare for compilation by running the following command:</para>
    4338
     
    7166<screen><userinput>make menuconfig</userinput></screen>
    7267
    73 <para>Alternatively, <command arch="x86">make oldconfig</command>
    74 <command arch="raq2">cp arch/mips/configs/cobalt_defconfig .config &amp;&amp;
    75 make oldconfig</command> may be more appropriate in some
    76 situations. <phrase arch="raq2">This will build a basic system with no modules and
     68<para>Alternatively, <command>make oldconfig</command>
     69may be more appropriate in some
     70situations. <phrase>This will build a basic system with no modules and
    7771ext2 support only.</phrase> See the <filename>README</filename> file for more
    7872information.</para>
     
    144138stripping and compressing the modules. For most users, such
    145139compression is not worth the time, but if the system is pressed for
    146 space, see <ulink
    147 url="http://www.linux-mips.org/archives/linux-mips/2002-04/msg00031.html"/>.</para>
     140space, see <ulink url="http://www.linux-mips.org/archives/linux-mips/2002-04/msg00031.html"/>.</para>
    148141
    149142<para>After kernel compilation is complete, additional steps are
     
    154147being used. -->Issue the following command to install the kernel:</para>
    155148
    156 <screen arch="x86"><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
    157 
    158 <screen arch="raq2"><userinput>cp vmlinux /boot/vmlinux-2.6.9
    159 cd /boot
    160 gzip -9 vmlinux-2.6.9
    161 </userinput></screen>
     149<screen><userinput>cp arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
    162150
    163151<para><filename>System.map</filename> is a symbol file for the kernel.
Note: See TracChangeset for help on using the changeset viewer.