repo.or.cz
/
hvf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cp/drivers: a very rough implementation of spool device channel emulation
[hvf.git]
/
installer
/
linker.script
blob
cd07fd608d164c713f96071695317882a107cfce
1
SECTIONS
2
{
3
ENTRY(MAIN)
4
. = 0x100000;
5
.text : { *(.text) }
6
.data : { *(.data) }
7
.rodata : { *(.rodata) }
8
.rodata.str1.2 : { *(.rodata.str1.2) }
9
.bss : { *(.bss) }
10
}