diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-01 16:27:45 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-01 16:27:45 +0000 |
commit | 7916e2245d71aff10b48aab0ebdc754550c89539 (patch) | |
tree | d9f2b288b26d32dcfea5781e19544eb34c03c1e9 /i386-vl.ld | |
parent | abd0aaff03fd97f2330423754546605ee918c8b2 (diff) |
allow up to 256 MB of ram
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@307 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'i386-vl.ld')
-rw-r--r-- | i386-vl.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-vl.ld b/i386-vl.ld index e666ed83f8..428fe83e12 100644 --- a/i386-vl.ld +++ b/i386-vl.ld @@ -8,7 +8,7 @@ ENTRY(_start) SECTIONS { /* Read-only sections, merged into text segment: */ - . = 0xa0000000 + SIZEOF_HEADERS; + . = 0xa8000000 + SIZEOF_HEADERS; .interp : { *(.interp) } .hash : { *(.hash) } .dynsym : { *(.dynsym) } |