Changes in / [69ce2ab:9cbe486] in clfs-embedded
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r69ce2ab r9cbe486 1 1 *.swp 2 \#*# -
BOOK/introduction/common/resources.xml
r69ce2ab r9cbe486 24 24 <title>Mailing Lists</title> 25 25 26 <para>The <uri> cross-lfs.org</uri> server hosts a number of26 <para>The <uri>linuxfromscratch.org</uri> server hosts a number of 27 27 mailing lists used for the development of the CLFS project. These lists 28 28 include the main development and support lists, among others. If the 29 29 FAQ does not solve the problem you are having, the next step would be to 30 search the mailing lists at <ulink url="& clfs-wiki;wiki/lists"/>.</para>30 search the mailing lists at <ulink url="&lfs-root;search.html"/>.</para> 31 31 32 32 <para>For information on the different lists, how to subscribe, archive 33 33 locations, and additional information, visit 34 <ulink url="&clfs-wiki;wiki/lists"/>.</para> 34 <ulink url="&lfs-root;mail.html"/>. For mailing lists specifically 35 for CLFS, visit <ulink url="&clfs-wiki;wiki/lists"/>.</para> 35 36 36 37 </sect2> … … 54 55 <uri>chat.freenode.net</uri>. The support channel for cross-lfs 55 56 is named #cross-lfs. If you need to show people the output of your 56 problems, please use <ulink url="http://pastebin.cross-lfs.org"/> and57 referencethe pastebin URL when asking your questions.</para>57 problems, please use http://pastebin.cross-lfs.org and reference 58 the pastebin URL when asking your questions.</para> 58 59 59 60 </sect2> … … 71 72 <title>Mirror Sites</title> 72 73 73 <para>The LFS and CLFS projects havea number of world-wide mirrors to make74 <para>The LFS project has a number of world-wide mirrors to make 74 75 accessing the website and downloading the required packages more 75 76 convenient. Please visit the LFS website at <ulink 76 77 url="&lfs-root;mirrors.html"/> for a list of current mirrors of 77 78 the LFS website, or <ulink url="&clfs-wiki;wiki/mirrors"/> for 78 mirrors of the CLFS website.</para>79 mirrors of CLFS.</para> 79 80 80 81 </sect2> -
BOOK/introduction/wrt/supporteddevices.xml
r69ce2ab r9cbe486 10 10 <?dbhtml filename="supported-devices.html"?> 11 11 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> 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> 15 13 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> 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> 22 15 23 16 <table os="g"> … … 31 24 <colspec colnum="3" colwidth="1in" colname="Supported - Working"/> 32 25 <colspec colnum="4" colwidth="2.2in" colname="Processor"/> 33 <colspec colnum="5" colwidth="1.1in" colname=" Endian"/>26 <colspec colnum="5" colwidth="1.1in" colname="Big or Small Endian"/> 34 27 <colspec colnum="6" colwidth="1in" colname="Mips Level"/> 35 28 … … 40 33 <entry>Supported - Working</entry> 41 34 <entry>Processor</entry> 42 <entry> Endian</entry>35 <entry>Big or Small Endian</entry> 43 36 <entry>Mips Level</entry> 44 37 </row> … … 51 44 <entry>Testing</entry> 52 45 <entry>Broadcom 4712 @ 200MHz, 2MB Flash, 8MB RAM</entry> 53 <entry> Little</entry>46 <entry>Small</entry> 54 47 <entry>1 or 2, testing</entry> 55 48 </row>
Note:
See TracChangeset
for help on using the changeset viewer.