1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-24 00:46:17 +04:00
rCore/riscv-pk/bbl/payload.S

10 lines
162 B
ArmAsm
Raw Normal View History

2018-07-04 12:22:20 +04:00
#include "encoding.h"
.section ".payload","a",@progbits
2018-07-12 18:44:34 +04:00
.align 17
2018-07-04 12:22:20 +04:00
.globl _payload_start, _payload_end
_payload_start:
.incbin BBL_PAYLOAD
_payload_end: