Changeset 32f6e1bd in mainline for arch/amd64/_link.ld
- Timestamp:
- 2005-09-02T15:09:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 375237d1
- Parents:
- 7df54df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/_link.ld
r7df54df r32f6e1bd 25 25 .mapped (0xffffffff80000000+SIZEOF(.unmapped)+0x8000) : AT (0x8000+SIZEOF(.unmapped)) { 26 26 ktext_start = .; 27 *(BOOT_DATA); 27 28 *(.text); 28 29 ktext_end = .; … … 43 44 kdata_end = .; 44 45 } 46 _map_address = 0xffffffff80000000; 47 e820table_boot = e820table - _map_address; 48 e820counter_boot = e820counter - _map_address; 45 49 }
Note:
See TracChangeset
for help on using the changeset viewer.