source: BOOK/introduction/x86/whatsnew.xml @ 3f8be484

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3f8be484 was 3f8be484, checked in by Jim Gifford <clfs@…>, 18 years ago

r627@server (orig r625): jim | 2005-10-31 12:59:34 -0800
Import of Cross-LFS Book

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
6  %general-entities;
7  %patches-entities;
8]>
9
10<sect1 id="ch-intro-whatsnew-x86">
11  <title>What's New for x86</title>
12  <?dbhtml filename="whatsnew-x86.html"?>
13
14  <para>Below is a list of changes specifics for this architecture made
15  since the previous release of the book. For general changes see
16  <xref linkend="ch-intro-whatsnew"/>,</para>
17
18  <itemizedlist>
19    <title>Upgraded to:</title>
20
21    <listitem>
22      <para>Linux &linux-x86-version;</para>
23    </listitem>
24    <listitem>
25      <para>Linux-libc-headers &linux-libc-headers-x86-version;</para>
26    </listitem>
27    <listitem>
28      <para>GRUB &grub-version;</para>
29    </listitem>
30  </itemizedlist>
31
32  <itemizedlist>
33    <title>Added:</title>
34
35    <listitem>
36      <para>&gcc-specs-patch;</para>
37    </listitem>
38  </itemizedlist>
39
40  <itemizedlist>
41    <title>Removed:</title>
42
43    <listitem>
44      <para>None</para>
45    </listitem>
46  </itemizedlist>
47
48</sect1>
Note: See TracBrowser for help on using the repository browser.