Changeset af6ea19


Ignore:
Timestamp:
10/18/2022 06:41:25 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/update-glibc
Children:
d114dd3
Parents:
294ea05
git-author:
Xi Ruoyao <xry111@…> (10/18/2022 06:32:33 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/18/2022 06:41:25 AM)
Message:

prologue/standards: rewrite LSB description

Well, somehow this paragraph has become too imprecise.

  1. We don't support IA64. Both Intel and AMD uses x86_64 now, which is referred as "AMD64" because it's first proposed by AMD. Intel attempted to use IA64 (which is a VLIW architecture completely different with x86_64) to compete with AMD64, but failed. Then Intel adapted x86_64.
  2. The architecture specific part belongs to Core and Desktop.
  3. LFS cannot conform to both AMD64 and IA32 because we don't support multilib. It's "or", not "and".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/standards.xml

    r294ea05 raf6ea19  
    3232        Standard Base (LSB) Version 5.0 (2015)</ulink></para>
    3333
    34         <para>The LSB has four separate standards: Core, Desktop,
    35         Runtime Languages, and Imaging. There are generic requirements,
    36         and also architecture specific requirements.  There are also two
    37         trial standards: Gtk3 and Graphics.  LFS attempts to conform to the
    38         LASB standards for the IA32 / IA64 (Intel) and AMD64 (AMD)
     34        <para>The LSB has four separate specifications: Core, Desktop,
     35        Runtime Languages, and Imaging.  Some parts of Core and Desktop
     36        specifications are architecture specific.  There are also two trial
     37        specifications: Gtk3 and Graphics.  LFS attempts to conform to the LSB
     38        specifications for the IA32 (32-bit x86) or AMD64 (x86_64)
    3939        architectures discussed in the previous section.</para>
    4040
Note: See TracChangeset for help on using the changeset viewer.