git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated readme, fix configuration shell invoked twice.
[lunaix-os.git]
/
lunaix-os
/
link
/
kernel.ldx
1
.text BLOCK(PAGE_GRAN)
2
: AT ( ADDR(.text) - KEXEC_BASE )
3
{
4
*(.text)
5
} : text
6
7
.data BLOCK(PAGE_GRAN)
8
: AT ( ADDR(.data) - KEXEC_BASE )
9
{
10
*(.data)
11
} : data
12
13
.rodata BLOCK(PAGE_GRAN)
14
: AT ( ADDR(.rodata) - KEXEC_BASE )
15
{
16
*(.rodata)
17
*(.rodata.*)
18
} : rodata