Changeset aab67ee
- Timestamp:
- Feb 3, 2008, 10:09:35 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bc025de
- Parents:
- 03baed4
- Files:
-
- 5 added
- 1 deleted
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/sparc64/kernel.xml
r03baed4 raab67ee 30 30 href="../x86/kernel.xml" 31 31 xpointer="xpointer(//*[@os='a'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../../bootable/sparc64/kernel.xml" 35 xpointer="xpointer(//*[@os='s1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../../bootable/sparc64/kernel.xml" 39 xpointer="xpointer(//*[@os='s2'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/sparc64/kernel.xml
r03baed4 raab67ee 25 25 href="../x86/kernel.xml" 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 28 <para os="s1">The following patch includes spitfire.h outside of kernel 29 space in elf.h. It also adds spitfire.h to the list of headers installed 30 on the system.</para> 31 32 <screen os="s2"><userinput>patch -Np1 -i ../&linux-elf_spitfire_fix-patch;</userinput></screen> 27 33 28 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/sparc64/linux-headers.xml
r03baed4 raab67ee 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/sparc64/linux-headers.xml" 31 xpointer="xpointer(//*[@os='s1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../../final-system/sparc64/linux-headers.xml" 35 xpointer="xpointer(//*[@os='s2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 38 href="../../final-system/common/linux-headers.xml" 31 39 xpointer="xpointer(//*[@os='b'])"/> -
BOOK/final-system/sparc64-64-chapter.xml
r03baed4 raab67ee 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" common/linux-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/glibc.xml"/> -
BOOK/final-system/sparc64-chapter.xml
r03baed4 raab67ee 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/temp-perl.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" common/linux-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc.xml"/> -
BOOK/introduction/common/changelog.xml
r03baed4 raab67ee 33 33 <para>[name] - Previous changelog entry.</para> 34 34 </listitem> 35 </itemizedlist> 36 </listitem> 35 37 --> 36 38 37 39 <listitem> 38 <para>Feburary, 2, 2008</para> 40 <para>Frburary 3, 2008</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated the Kernel to 2.6.24.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 49 <para>Feburary 2, 2008</para> 39 50 <itemizedlist> 40 51 <listitem> -
BOOK/introduction/sparc64-64/changelog.xml
r03baed4 raab67ee 33 33 34 34 --> 35 36 <listitem> 37 <para>Feburary 3, 2008</para> 38 <itemizedlist> 39 <listitem> 40 <para>[jciccone] - Added a patch to the kernel that includes 41 spitfire.h in elf.h outside of kernel space. This fixed a 42 compilation error with elftoaout.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 35 46 36 47 <listitem> -
BOOK/introduction/sparc64/changelog.xml
r03baed4 raab67ee 33 33 34 34 --> 35 36 <listitem> 37 <para>Feburary 3, 2008</para> 38 <itemizedlist> 39 <listitem> 40 <para>[jciccone] - Added a patch to the kernel that includes 41 spitfire.h in elf.h outside of kernel space. This fixed a 42 compilation error with elftoaout.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 35 46 36 47 <listitem> -
BOOK/materials/sparc64-64/patches.xml
r03baed4 raab67ee 26 26 27 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 href="../sparc64/patches.xml" 29 xpointer="xpointer(//*[@os='linux-elf-spitfire-fix-patch'])"/> 30 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 32 href="../sparc/patches.xml" 29 33 xpointer="xpointer(//*[@os='silo-fixes-patch'])"/> -
BOOK/materials/sparc64/patches.xml
r03baed4 raab67ee 25 25 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/> 26 26 27 <varlistentry os="linux-elf-spitfire-fix-patch"> 28 <term>Linux Elf Spitfire Fix Patch - <token>&linux-elf_spitfire_fix-patch-size;</token>:</term> 29 <listitem> 30 <para>Download: <ulink 31 url="&patches-root;&linux-elf_spitfire_fix-patch;"/></para> 32 <para>MD5 sum: <literal>&linux-elf_spitfire_fix-patch-md5;</literal></para> 33 </listitem> 34 </varlistentry> 35 27 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 37 href="../x86_64/patches.xml" -
BOOK/packages.ent
r03baed4 raab67ee 244 244 <!ENTITY linux-dl-version "2.6"> 245 245 246 <!ENTITY linux-version "2.6.2 3.14">247 <!ENTITY linux-size "4 4,452KB">246 <!ENTITY linux-version "2.6.24"> 247 <!ENTITY linux-size "45,696 KB"> 248 248 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2"> 249 <!ENTITY linux-md5 " 63a6a28ad2480edcffbc09c008b0939d">249 <!ENTITY linux-md5 "3f23ad4b69d0a552042d1ed0f4399857"> 250 250 <!ENTITY linux-home "http://www.kernel.org"> 251 251 -
BOOK/patches.ent
r03baed4 raab67ee 156 156 157 157 <!ENTITY linux-alpha_PAGE_SIZE-patch "linux-&linux-version;-alpha_PAGE_SIZE-1.patch"> 158 <!ENTITY linux-alpha_PAGE_SIZE-patch-md5 " 13caeaaf52d8dc25d0b9a1ba15f57425">158 <!ENTITY linux-alpha_PAGE_SIZE-patch-md5 "03692b347dbf117f386d1def1830522a"> 159 159 <!ENTITY linux-alpha_PAGE_SIZE-patch-size "4 KB"> 160 160 … … 205 205 <!ENTITY elftoaout-fixes-patch-size "6.7 KB"> 206 206 207 <!ENTITY linux-elf_spitfire_fix-patch "linux-&linux-version;-elf_spitfire_fix-1.patch"> 208 <!ENTITY linux-elf_spitfire_fix-patch-md5 "45ad9299d3306e0e5f35c6bd78e87bc7"> 209 <!ENTITY linux-elf_spitfire_fix-patch-size "4 KB"> 210 207 211 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-2.patch"> 208 212 <!ENTITY inetutils-man_pages-patch-md5 "b04f46e66c4b438f609565073590ffd5"> -
BOOK/sparc64-64-index.xml
r03baed4 raab67ee 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-64-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-64-chapter.xml"/> 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/sparc -chapter.xml"/>64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/sparc64-64-chapter.xml"/> 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/> 66 66
Note:
See TracChangeset
for help on using the changeset viewer.