13 lines
102 B
Plaintext
13 lines
102 B
Plaintext
|
MEMORY
|
||
|
{
|
||
|
reset : ORIGIN = 0x0, LENGTH = 32
|
||
|
}
|
||
|
|
||
|
SECTIONS
|
||
|
{
|
||
|
.entry :
|
||
|
{
|
||
|
KEEP (*(.entry))
|
||
|
} > reset
|
||
|
}
|