Changeset 8568

Show
Ignore:
Timestamp:
10/05/08 10:44:38 (2 months ago)
Author:
randy
Message:

Updated the Linux kernel to 2.6.26.5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8567 r8568  
    4242      <itemizedlist> 
    4343        <listitem> 
     44          <para>[randy] - Updated the Linux kernel to 2.6.26.5.</para> 
     45        </listitem> 
     46        <listitem> 
    4447          <para>[randy] - Updated Glibc to a 2.8 snapshot taken on 
    4548          9/29/2008. The tarball of this snapshot includes the libidn 
  • trunk/BOOK/chapter08/kernel.xml

    r8389 r8568  
    117117    being used. The following command assumes an x86 architecture:</para> 
    118118 
    119 <screen><userinput remap="install">cp -v arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen> 
     119<screen><userinput remap="install">cp -v arch/x86/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen> 
    120120 
    121121    <para><filename>System.map</filename> is a symbol file for the kernel. 
  • trunk/BOOK/packages.ent

    r8567 r8568  
    311311 
    312312<!ENTITY linux-major-version "2.6"> 
    313 <!ENTITY linux-minor-version "24"> 
    314 <!ENTITY linux-patch-version "4"> 
     313<!ENTITY linux-minor-version "26"> 
     314<!ENTITY linux-patch-version "5"> 
    315315<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 
    316316<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> --> 
    317 <!ENTITY linux-size "45,689 KB"> 
     317<!ENTITY linux-size "49,450 KB"> 
    318318<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2"> 
    319 <!ENTITY linux-md5 "91d3ae8d362c8da73a0aa17d5452207d"> 
     319<!ENTITY linux-md5 "98261b39a558cf0739703ffea7db9f43"> 
    320320<!ENTITY linux-home "http://www.kernel.org/"> 
    321 <!ENTITY linux-ch8-du "350 - 450 MB"> 
    322 <!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU"> 
    323  
    324 <!ENTITY linux-headers-ch5-du "286 MB"> 
    325 <!ENTITY linux-headers-ch5-sbu "less than 0.1 SBU"> 
    326 <!ENTITY linux-headers-ch6-du "286 MB"> 
    327 <!ENTITY linux-headers-ch6-sbu "less than 0.1 SBU"> 
     321<!ENTITY linux-ch8-du "350 - 500 MB"> 
     322<!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU"> 
     323 
     324<!ENTITY linux-headers-ch5-du "341 MB"> 
     325<!ENTITY linux-headers-ch5-sbu "0.1 SBU"> 
     326<!ENTITY linux-headers-ch6-du "341 MB"> 
     327<!ENTITY linux-headers-ch6-sbu "0.1 SBU"> 
    328328 
    329329<!ENTITY m4-version "1.4.10">