aboutsummaryrefslogtreecommitdiff
path: root/dummy_payload/dummy_payload.lds
blob: 0506a8dc5372cce9befbce321bb0f96d470eaf30 (plain)
1
2
3
4
5
6
7
ENTRY(_start)

SECTIONS {
  . = -0x80000000;

  .text.init : { *(.text.init) }
}