fix loader memory mapping
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
|
ENTRY(Vector)
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
. = 0x00010000;
|
. = 0x00010000;
|
||||||
.text : { obj/start.o(.text) *(.text) }
|
.start : { obj/start.o(.text) }
|
||||||
|
.text : { *(.text) }
|
||||||
.rodata : { *(.rodata) }
|
.rodata : { *(.rodata) }
|
||||||
. = 0x00200000;
|
. = 0x00200000;
|
||||||
.data : { *(.data) }
|
.data : { *(.data) }
|
||||||
|
|||||||
Reference in New Issue
Block a user