mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 18:51:36 +01:00
Mostly for --param to control debug properly. Less README workarounds, more ./run automation, oh yeah.
4 lines
86 B
ArmAsm
4 lines
86 B
ArmAsm
.global mystart
|
|
mystart:
|
|
mov r0, #0; mov r1, #0; .inst 0xEE000110 | (0x21 << 16);
|