10 lines
66 B
Plaintext
10 lines
66 B
Plaintext
OUTPUT_ARCH(sh)
|
|
SECTIONS
|
|
{
|
|
.initrd :
|
|
{
|
|
*(.data)
|
|
}
|
|
}
|
|
|