mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5 baremetal: use m5exit m5op in exit() so as to not force users to apply a patch for almost all examples
4 lines
86 B
ArmAsm
4 lines
86 B
ArmAsm
.global mystart
|
|
mystart:
|
|
mov r0, #0; mov r1, #0; .inst 0xEE000110 | (0x21 << 16);
|