repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git]
/
tests
/
tcg
/
i386
/
system
/
kernel.ld
blob
27ea5bbe049c387c2c2d1fa984147d778f47a034
1
SECTIONS {
2
. = 0x100000;
3
4
.text : {
5
__load_st = .;
6
*(.head)
7
*(.text)
8
}
9
10
.rodata : {
11
*(.rodata)
12
}
13
14
.data : {
15
*(.data*)
16
__load_en = .;
17
}
18
19
.bss : {
20
*(.bss)
21
__bss_en = .;
22
}
23
}