Files
linux-kernel-module-cheat/baremetal/arch/arm/no_bootloader/gem5_exit.S
Ciro Santilli 六四事件 法轮功 05a07fc0a8 baremetal: make entry point _start instead of lkmc_start
I forgot why I did that. Let's try and see it blow up.
2020-03-26 00:00:00 +00:00

4 lines
84 B
ArmAsm

.global _start
_start:
mov r0, #0; mov r1, #0; .inst 0xEE000110 | (0x21 << 16);