thesis/linux-6.8.1/arch/riscv/boot/loader.S
2025-03-19 13:44:23 +01:00

8 lines
143 B
ArmAsm

/* SPDX-License-Identifier: GPL-2.0 */
.align 4
.section .payload, "ax", %progbits
.globl _start
_start:
.incbin "arch/riscv/boot/Image"