Changeset da9613e in clfs-sysroot


Ignore:
Timestamp:
Jul 22, 2006, 10:12:30 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
18a01d6
Parents:
30531b9
Message:

Added x86

Location:
BOOK
Files:
21 added
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r30531b9 rda9613e  
    77S               := -
    88
    9 ARCHS           := arm
     9ARCHS           := arm x86
    1010
    1111ARCHS_HTML      := $(ARCHS:%=%$(S)html)
  • BOOK/bootable/arm/kernel.xml

    r30531b9 rda9613e  
    106106    <para os="v">Issue the following command to install the kernel:</para>
    107107
    108 <screen><userinput>cp arch/i386/boot/bzImage ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
     108<screen><userinput>cp vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
    109109
    110110    <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     
    120120    It is a good idea to keep this file for future reference:</para>
    121121
    122 <screen os="x1"><userinput>cp .config ${CLFS}/boot/config-&linux-version;</userinput></screen>
     122<screen os="y"><userinput>cp .config ${CLFS}/boot/config-&linux-version;</userinput></screen>
    123123
    124124    <warning os="z">
  • BOOK/cross-tools/arm-chapter.xml

    r30531b9 rda9613e  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/>
    2525
    2626</chapter>
  • BOOK/cross-tools/arm/glibc-headers.xml

    r30531b9 rda9613e  
    117117  </sect2>
    118118
    119   <sect2 role="content">
     119  <sect2 role="content" id="contents-glibc-headers">
    120120    <title/>
    121121
  • BOOK/general.ent

    r30531b9 rda9613e  
    1616<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;">
    1717
    18 <!ENTITY version-ARM "&version;-ARM">
     18<!ENTITY version-arm "&version;-ARM">
     19<!ENTITY version-x86 "&version;-x86">
    1920
    2021<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • BOOK/materials/arm/packages.xml

    r30531b9 rda9613e  
    77
    88<sect1 id="ch-materials-packages-arm">
    9   <?dbhtml filename="packages-ARM.html"?>
     9  <?dbhtml filename="packages-arm.html"?>
    1010
    1111  <title>Additional Packages for ARM</title>
  • BOOK/materials/arm/patches.xml

    r30531b9 rda9613e  
    2222    </varlistentry>
    2323
    24     <varlistentry os="gcc-specs-patch">
    25       <term>GCC Specs Patch - <token>&gcc-specs-patch-size;</token>:</term>
    26       <listitem>
    27         <para>Download: <ulink
    28         url="&patches-root;gcc/&gcc-specs-patch;"/></para>
    29         <para>MD5 sum: <literal>&gcc-specs-patch-md5;</literal></para>
    30       </listitem>
    31     </varlistentry>
    32 
    3324  </variablelist>
    3425-->
  • BOOK/patches.ent

    r30531b9 rda9613e  
    132132<!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
    133133<!ENTITY zlib-fpic-patch-size "3.2 KB">
     134
     135<!-- Start of x86/x86_64 patches -->
     136
     137<!ENTITY coreutils-x86_uname-patch "coreutils-&coreutils-version;-uname-1.patch">
     138<!ENTITY coreutils-x86_uname-patch-md5 "c05b735710fbd62239588c07084852a0">
     139<!ENTITY coreutils-x86_uname-patch-size "4.5 KB">
  • BOOK/prologue/arm/bookinfo.xml

    r30531b9 rda9613e  
    1212  xpointer="xpointer(/bookinfo/title)"/>
    1313
    14   <subtitle>Version &version-ARM;</subtitle>
     14  <subtitle>Version &version-arm;</subtitle>
    1515
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/stylesheets/top-index.xsl

    r30531b9 rda9613e  
    103103      <div class="toc">
    104104        <h3>
    105           <xsl:text>32 Bit Builds</xsl:text>
     105          <xsl:text>32 Bit Builds (Under Development)</xsl:text>
    106106        </h3>
    107107        <ul>
    108           <h3>
    109             <xsl:text>Under Development.</xsl:text>
    110           </h3>
    111108          <li>
    112109            <h4>
    113110              <a href="arm">
    114111                <xsl:text>ARM</xsl:text>
     112              </a>
     113            </h4>
     114          </li>
     115          <li>
     116            <h4>
     117              <a href="x86">
     118                <xsl:text>X86</xsl:text>
    115119              </a>
    116120            </h4>
Note: See TracChangeset for help on using the changeset viewer.