Changeset b8d97da
- Timestamp:
- Mar 20, 2006, 12:07:02 PM (19 years ago)
- Children:
- d3c5ab29
- Parents:
- 81c5423
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
bootable/alpha/kernel.xml
r81c5423 rb8d97da 65 65 href="../x86/kernel.xml" 66 66 xpointer="xpointer(//*[@os='k'])"/> 67 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"69 href="../x86/kernel.xml"70 xpointer="xpointer(//*[@os='l'])"/>71 67 72 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
bootable/mips/kernel.xml
r81c5423 rb8d97da 71 71 href="../x86/kernel.xml" 72 72 xpointer="xpointer(//*[@os='k'])"/> 73 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"75 href="../x86/kernel.xml"76 xpointer="xpointer(//*[@os='l'])"/>77 73 78 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
bootable/ppc/kernel.xml
r81c5423 rb8d97da 65 65 href="../x86/kernel.xml" 66 66 xpointer="xpointer(//*[@os='k'])"/> 67 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"69 href="../x86/kernel.xml"70 xpointer="xpointer(//*[@os='l'])"/>71 67 72 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
bootable/sparc/kernel.xml
r81c5423 rb8d97da 65 65 href="../x86/kernel.xml" 66 66 xpointer="xpointer(//*[@os='k'])"/> 67 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"69 href="../x86/kernel.xml"70 xpointer="xpointer(//*[@os='l'])"/>71 67 72 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
bootable/x86/kernel.xml
r81c5423 rb8d97da 75 75 to explore all the configuration menus and create the kernel configuration 76 76 from scratch.</para> 77 78 <note os="l">79 <para>Linux-2.6 kernel series is required to be compiled with GCC-3.x or80 later, in this case &gcc-version;. It is not recommended to compile the81 kernel with GCC-2.95.x, as this causes failures in the Glibc test suite.82 Normally, this wouldn't be mentioned as LFS doesn't build GCC-2.95.x.83 Unfortunately, the kernel documentation is outdated and still claims84 GCC-2.95.3 is the recommended compiler.</para>85 </note>86 77 87 78 <para os="m">Compile the kernel image and modules:</para> -
bootable/x86_64/kernel.xml
r81c5423 rb8d97da 65 65 href="../x86/kernel.xml" 66 66 xpointer="xpointer(//*[@os='k'])"/> 67 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"69 href="../x86/kernel.xml"70 xpointer="xpointer(//*[@os='l'])"/>71 67 72 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
introduction/common/changelog.xml
r81c5423 rb8d97da 49 49 <para>[jim] - Updated to Shadow 4.0.15.</para> 50 50 </listitem> 51 <listitem> 52 <para>[Chris] - Removed note about GCC 2.95.3 from kernel 53 section, as documentation has been updated in linux-2.6.16 54 and it now recommends GCC >= 3.2.</para> 55 </listitem> 51 56 </itemizedlist> 52 57 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.