Changeset 3debedec in mainline for arch/ppc32/_link.ld.in


Ignore:
Timestamp:
2006-02-16T20:26:14Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba52899
Parents:
2a46e10
Message:

Made powerpc to get on PearPC to the version print when compiled with -O1:

  • create proper memory zones
  • switch to real mode on boot

TODO

  • kernel relocation during boot
  • autodetection of framebuffer settings (PCI?) - now includes hardcoded settings for PearPc.
File:
1 edited

Legend:

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

    r2a46e10 r3debedec  
    1212
    1313SECTIONS {
    14         .image 0x80000000: AT (0x80000000) {
     14        .image 0x800000: AT (0x800000) {
    1515                ktext_start = .;
    1616                *(K_TEXT_START)
     
    3131                LONG(kdata_end - kdata_start);
    3232                hardcoded_load_address = .;
    33                 LONG(0x80000000);
     33                LONG(0x800000);
    3434                *(.bss);                /* uninitialized static variables */   
    3535                *(COMMON);              /* global variables */
Note: See TracChangeset for help on using the changeset viewer.