mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-23 08:26:17 +04:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
ENTRY(_start)
|
|
|
|
SECTIONS {
|
|
. = -0x80000000;
|
|
|
|
.text.init : { *(.text.init) }
|
|
}
|