Changeset b1cf98c in mainline for doc/arch/ia32


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/ia32

    r2e5f770 rb1cf98c  
    66It is meant to support ordinary PC's based on IA-32 architecture.
    77Both uniprocessor and multiprocessor modes are supported.
    8 It runs on both emulated environment and real hardware.
     8It runs both in emulated environment and on real hardware.
    99
    1010HARDWARE REQUIREMENTS
Note: See TracChangeset for help on using the changeset viewer.