Changeset b1cf98c in mainline for arch/amd64/src/boot/boot.S


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
  • arch/amd64/src/boot/boot.S

    r2e5f770 rb1cf98c  
    5656        xorw %ax,%ax
    5757        movw %ax,%ds
     58        movw %ax,%es
    5859        movw %ax,%ss            # initialize stack segment register
    5960        movl $(START_STACK), %esp       # initialize stack pointer
Note: See TracChangeset for help on using the changeset viewer.