Changeset 339e053 in mainline for arch/ia32/_link.ld


Ignore:
Timestamp:
2005-09-04T09:59:13Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ec9bae
Parents:
23f4b1fb
Message:

finish GRUB booting (including memory map and SMP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/_link.ld

    r23f4b1fb r339e053  
    5454       
    5555        _hardcoded_kernel_size = (ktext_end - ktext_start) + (unmapped_ktext_end - unmapped_ktext_start) + (kdata_end - kdata_start) + (unmapped_kdata_end - unmapped_kdata_start);
     56        _hardcoded_unmapped_size = (unmapped_ktext_end - unmapped_ktext_start) + (unmapped_kdata_end - unmapped_kdata_start);
    5657       
    5758        _map_address = 0x80100000;
Note: See TracChangeset for help on using the changeset viewer.