Changeset 5d721f0 in mainline for arch/ia32/src/boot/boot.S


Ignore:
Timestamp:
2005-07-20T16:54:13Z (20 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5d945376
Parents:
b4f9214
Message:

Added e801 method for obtaining memory size, improved e820 method for memory map.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/boot/boot.S

    rb4f9214 r5d721f0  
    4040#
    4141kernel_image_start:
     42        call memmap_arch_init
    4243        cli
    43         call memmap_arch_init
    4444        xorw %ax,%ax
    4545        movw %ax,%ds
Note: See TracChangeset for help on using the changeset viewer.