repo.or.cz
/
qemu
/
qemu-dev-zwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix apic build with kvm disabled
[qemu/qemu-dev-zwu.git]
/
kvm
/
test
/
x86
/
realmode.lds
blob
c7386b8e72c928aa0f39e4c4a0c7ca9b7b24e065
1
SECTIONS
2
{
3
. = 16K;
4
stext = .;
5
.text : { *(.init) *(.text) }
6
. = ALIGN(4K);
7
.data : { *(.data) *(.rodata*) }
8
. = ALIGN(16);
9
.bss : { *(.bss) }
10
edata = .;
11
}
12