Changeset 3ca2208 in clfs-embedded for BOOK/introduction


Ignore:
Timestamp:
Jul 15, 2007, 8:29:34 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
00b1e11
Parents:
39a9ea5
Message:

Several fixes for PDF look.

File:
1 edited

Legend:

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

    r39a9ea5 r3ca2208  
    1111
    1212  <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>
    13  
     13
    1414  <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>
    1515
    1616  <table os="g">
    17           <title>Supported Devices</title>
    18           <tgroup cols="6" align="center">
    19                   <colspec colname="Manufacture"/>
    20                   <colspec colname="Device"/>
    21                   <colspec colname="Supported/Working"/>
    22                   <colspec colname="Processor"/>
    23                   <colspec colname="Big or Small Edin"/>
    24                   <colspec colname="Mips Level"/>
    25                   <thead>
    26                           <row>
    27                                   <entry>Manufacture</entry>
    28                                   <entry>Device</entry>
    29                                   <entry>Supported/Working</entry>
    30                                   <entry>Processor </entry>
    31                                   <entry>Big or Small Edin </entry>
    32                                   <entry>Mips Level </entry>
    33                           </row>
    34                   </thead>
    35                   <tbody>
    36                           <row>
    37                                   <entry>Linksys</entry>
    38                                   <entry>WRT54G Vs. 1</entry>
    39                                   <entry>Testing</entry>
    40                                   <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
    41                                   <entry>Small</entry>
    42                                   <entry>1 or 2, testing</entry>
    43                           </row>
    44                          
    45                   </tbody>
    46           </tgroup>
     17    <title>Supported Devices</title>
     18    <?dbfo table-width="7.5in" ?>
     19
     20    <tgroup cols="6">
     21
     22      <colspec colnum="1" colwidth="1.1in" colname="Manufacturer"/>
     23      <colspec colnum="2" colwidth="1.1in" colname="Device"/>
     24      <colspec colnum="3" colwidth="1in"   colname="Supported - Working"/>
     25      <colspec colnum="4" colwidth="2.2in" colname="Processor"/>
     26      <colspec colnum="5" colwidth="1.1in" colname="Big or Small Endian"/>
     27      <colspec colnum="6" colwidth="1in"   colname="Mips Level"/>
     28
     29      <thead>
     30        <row>
     31          <entry>Manufacturer</entry>
     32          <entry>Device</entry>
     33          <entry>Supported - Working</entry>
     34          <entry>Processor</entry>
     35          <entry>Big or Small Endian</entry>
     36          <entry>Mips Level</entry>
     37        </row>
     38      </thead>
     39
     40      <tbody>
     41        <row>
     42          <entry>Linksys</entry>
     43          <entry>WRT54G Vs. 1</entry>
     44          <entry>Testing</entry>
     45          <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry>
     46          <entry>Small</entry>
     47          <entry>1 or 2, testing</entry>
     48        </row>
     49      </tbody>
     50
     51    </tgroup>
     52
    4753  </table>
     54
    4855</sect1>
Note: See TracChangeset for help on using the changeset viewer.