index
:
bootler.git
dev
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
linker.ld
blob: b523bc506000f83b6c39e419522b8ae466e79941 (
plain
)
1
2
3
4
5
6
7
8
SECTIONS { . = 0x00010000; .text : { *(.text._start) *(.text*) } }