Changeset 8ccec3c1 in mainline for arch/ia32/_link.ld.in


Ignore:
Timestamp:
2006-01-04T22:41:05Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45ba9cf
Parents:
a59e81e
Message:

remove deprecated pre-grub stuff on ia32
prepare for the same on amd64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/_link.ld.in

    ra59e81e r8ccec3c1  
    1212#include <arch/boot/boot.h>
    1313#include <arch/mm/page.h>
    14 
    15 ENTRY(kernel_image_start)
    1614
    1715SECTIONS {
     
    2927        .mapped (PA2KA(BOOT_OFFSET+BOOTSTRAP_OFFSET)+SIZEOF(.unmapped)): AT (BOOTSTRAP_OFFSET+SIZEOF(.unmapped)) {
    3028                ktext_start = .;
    31                 *(BOOT_DATA);
    3229                *(.text);
    3330                ktext_end = .;
Note: See TracChangeset for help on using the changeset viewer.