Changeset 6ebe429 in clfs-embedded


Ignore:
Timestamp:
Feb 5, 2011, 6:39:13 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
eabbc52
Parents:
deb99a3
Message:

Copy editing of WRT section 1.5

Changed small endian to be little endian and fixed spelling / grammar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/wrt/supporteddevices.xml

    rdeb99a3 r6ebe429  
    1010  <?dbhtml filename="supported-devices.html"?>
    1111
    12   <para>In order to build CLFS for your device, we need to know what processor it has, amd more inportantly if it is a big or small edin, and what MIPS ISA level it is. The MIPS ISA level is needed so that we can build uClibc properly. </para>
     12  <para>In order to build CLFS for your device, we need to know what processor
     13  it has, if it is big or little endian, and what MIPS ISA level it is. The
     14  MIPS ISA level is needed so that we can build uClibc properly. </para>
    1315
    14   <para> The following is a list of devices that have been tested and reported as tested and working with this book. Apart from this list, there is no garentee that your device, apart from this list will work. If U secussfully get a device to work, please contact the CLFS Dev team, and we will add it to the list. For the most recent and up to date list, please view the SVN version of this book. </para>
     16  <para>The following is a list of devices that have been tested and reported
     17  as tested and working with this book. Apart from this list, there is no
     18  guarantee that your device, will work. If you are successful in getting a
     19  device to work, please contact the CLFS development team, and we will add
     20  it to the list. For the most recent and up to date list, please view the
     21  GIT version of this book. </para>
    1522
    1623  <table os="g">
     
    2431      <colspec colnum="3" colwidth="1in"   colname="Supported - Working"/>
    2532      <colspec colnum="4" colwidth="2.2in" colname="Processor"/>
    26       <colspec colnum="5" colwidth="1.1in" colname="Big or Small Endian"/>
     33      <colspec colnum="5" colwidth="1.1in" colname="Endian"/>
    2734      <colspec colnum="6" colwidth="1in"   colname="Mips Level"/>
    2835
     
    3340          <entry>Supported - Working</entry>
    3441          <entry>Processor</entry>
    35           <entry>Big or Small Endian</entry>
     42          <entry>Endian</entry>
    3643          <entry>Mips Level</entry>
    3744        </row>
     
    4451          <entry>Testing</entry>
    4552          <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
    46           <entry>Small</entry>
     53          <entry>Little</entry>
    4754          <entry>1 or 2, testing</entry>
    4855        </row>
Note: See TracChangeset for help on using the changeset viewer.