Changeset 1752 for Whitix/trunk/link.ld

Show
Ignore:
Timestamp:
01/08/09 15:20:59 (3 years ago)
Author:
mwhitworth
Message:

Link to produce a higher-half kernel.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/link.ld

    r1668 r1752  
    55SECTIONS 
    66{ 
    7   .text 0x100000 : { 
     7  . = 0xC0100000; 
     8 
     9  .text : AT(ADDR(.text) - 0xC0000000) { 
    810    code = .; _code = .; __code = .; 
    911    *(.text)