- Timestamp:
- Sep 1, 2012, 7:55:37 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a3e5d4f
- Parents:
- cbe40efb
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/sparc64-64-chapter.xml
rcbe40efb r711fda6 74 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/vim.xml"/> 75 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/elftoaout.xml"/> 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc /silo.xml"/>76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/silo.xml"/> 77 77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/aboutdebug.xml"/> 78 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/stripping.xml"/> -
BOOK/final-system/sparc64-64/silo.xml
rcbe40efb r711fda6 33 33 xpointer="xpointer(//*[@os='b'])"/> 34 34 35 < xi:include xmlns:xi="http://www.w3.org/2001/XInclude"36 href="../sparc/silo.xml" 37 xpointer="xpointer(//*[@os='c'])"/>35 <para os="c">Compile the Silo package:</para> 36 37 <screen><userinput>make CC="gcc ${BUILD64}" LD="ld -m elf64_sparc"</userinput></screen> 38 38 39 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 45 45 xpointer="xpointer(//*[@os='e'])"/> 46 46 47 <para os="f">Due to a compile issue with the current toolchains, we are going48 to use the precompiled boot files. This is a temporary fix to the book, but49 will give us a functional system. As soon as a fix is released, this section50 will be removed. Here is how you install the precompiled files:</para>51 52 <screen os="g"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C /</userinput></screen>53 54 47 </sect2> 55 48 -
BOOK/final-system/sparc64-chapter.xml
rcbe40efb r711fda6 99 99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/vim.xml"/> 100 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/elftoaout.xml"/> 101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc /silo.xml"/>101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/silo.xml"/> 102 102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/aboutdebug.xml"/> 103 103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/stripping.xml"/> -
BOOK/general.ent
rcbe40efb r711fda6 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 8"> <!-- Use two digits -->3 <!ENTITY month "09"> <!-- Use two digits --> 4 4 <!ENTITY month_name "August"> 5 <!ENTITY day " 30"> <!-- Use two digits -->5 <!ENTITY day "01"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/sparc/changelog.xml
rcbe40efb r711fda6 33 33 34 34 --> 35 <listitem> 36 <para>01 September 2012</para> 37 <itemizedlist> 38 <listitem> 39 <para>[William Harrington] - Updated SILO 1.4.14 fixes patch.</para> 40 </listitem> 41 </itemizedlist> 42 </listitem> 35 43 36 44 <listitem> -
BOOK/introduction/sparc64-64/changelog.xml
rcbe40efb r711fda6 33 33 34 34 --> 35 <listitem> 35 <listitem> 36 <para>01 September 2012</para> 37 <itemizedlist> 38 <listitem> 39 <para>[William Harrington] - Updated SILO 1.4.14 fixes patch.</para> 40 </listitem> 41 <listitem> 42 <para>[William Harrington] - Update make command to build properly for 64 bit v9/ultrasparc.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 36 48 <para>30 August 2012</para> 37 49 <itemizedlist> -
BOOK/introduction/sparc64/changelog.xml
rcbe40efb r711fda6 33 33 34 34 --> 35 <listitem> 35 <listitem> 36 <para>01 September 2012</para> 37 <itemizedlist> 38 <listitem> 39 <para>[William Harrington] - Updated SILO 1.4.14 fixes patch.</para> 40 </listitem> 41 <listitem> 42 <para>[William Harrington] - Update make command to build properly for 64 bit v9/ultrasparc.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 36 48 <para>26 August 2012</para> 37 49 <itemizedlist> -
BOOK/patches.ent
rcbe40efb r711fda6 170 170 <!ENTITY elftoaout-fixes-patch-size "6 KB"> 171 171 172 <!ENTITY silo-fixes-patch "silo-&silo-version;-fixes- 2.patch">173 <!ENTITY silo-fixes-patch-md5 " b4ad6f61614df6ed7d17f086a5319134">174 <!ENTITY silo-fixes-patch-size " 700KB">172 <!ENTITY silo-fixes-patch "silo-&silo-version;-fixes-3.patch"> 173 <!ENTITY silo-fixes-patch-md5 "9a98957c90089be65f6cc72fcf40faa4"> 174 <!ENTITY silo-fixes-patch-size "32 KB">
Note:
See TracChangeset
for help on using the changeset viewer.