Changeset b1cf98c in mainline for doc/arch/amd64


Ignore:
Timestamp:
2005-09-13T20:02:26Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d6dcdd2e
Parents:
2e5f770
Message:

Documentation updates for amd64, mips32 and ia32.

Replace %L with %P printf() formatter in MPS and ACPI detection functions to print addresses in maximal width.

Tweak memmap.S and IA-32 and AMd64 boot.S.
Cancel unneeded instructions.
Replace cmpl $0, %ebx with testl %ebx, %ebx.
Move memmap.S data to K_DATA_START section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/arch/amd64

    r2e5f770 rb1cf98c  
    22==========
    33
    4 The fifth port, amd64 port, is heavily based on ia32 port.
    5 It was originally written by Ondrej Palkovsky.
    6 The goal is to support AMD64 or Intel Extended Memory PC's.
    7 The new 64-bit code makes use of portable parts of ia32.
     4The fifth port, amd64 port, was originally written by Ondrej Palkovsky.
     5The goal is to support AMD64 and Intel Extended Memory 64 Technology PC's.
     6The port makes use of portable parts of ia32.
    87Both uniprocessors and multiprocessors are supported.
    9 It has not been tested on real hardware, so far.
     8The kernel runs on real hardware and in simulators too.
    109
    1110HARDWARE REQUIREMENTS
    12         o no real hardware supported
     11        o AMD64 architecture processor
     12        o Intel Extended Memory 64 Technology processor
     13
     14CPU
     15        o Intel Xeon with Intel Extended Memory 64 Technology
    1316
    1417SMP COMPATIBILITY
    1518        o Bochs 2.2.1
    1619                o 2x-8x AMD64 CPU
    17         o Simics Simics 2.2.19
     20        o Simics 2.2.19
    1821                o 2x-8x AMD hammer CPU
     22        o HP ProLiant ML350 (HyperThreading)
    1923
    2024EMULATORS AND VIRTUALIZERS
    21         o Bochs 2.2
    22         o Simics Simics 2.2.19
     25        o Bochs 2.2.1
     26        o Simics 2.2.19
Note: See TracChangeset for help on using the changeset viewer.