1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 16:36:18 +04:00
rCore/riscv-pk/dummy_payload/dummy_payload.lds

8 lines
81 B
Plaintext
Raw Normal View History

2018-07-04 12:22:20 +04:00
ENTRY(_start)
SECTIONS {
. = -0x80000000;
.text.init : { *(.text.init) }
}