Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/_link.ld.in

    rd969a9a r4872160  
    1 #include <arch/arch.h>
    2 
    31ENTRY(start)
    42
    53SECTIONS {
    6         . = BOOT_BASE;
     4        . = 0x0000;
    75        .text : {
    86                *(BOOTSTRAP);
    97                *(.text);
    108        }
    11         . = BOOT_BASE + 0x8000;
     9        . = 0x8000;
    1210        .data : {
    1311                *(BOOTPT);      /* bootstrap page table */
Note: See TracChangeset for help on using the changeset viewer.