Make sure programs goes in PML4T entries > 0

This commit is contained in:
Baptiste Wicht 2014-01-25 18:51:51 +01:00
parent 447b2cb322
commit ed1a47372e

View File

@ -1,14 +1,14 @@
ENTRY(main) ENTRY(main)
SECTIONS { SECTIONS {
. = 0x400401000; . = 0x8000401000;
.text BLOCK(4096) : ALIGN(4096) .text BLOCK(4096) : ALIGN(4096)
{ {
*(.text) *(.text)
} }
. = 0x400601000; . = 0x8000601000;
.data BLOCK(4096) : ALIGN(4096) .data BLOCK(4096) : ALIGN(4096)
{ {