mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
5 lines
54 B
ArmAsm
5 lines
54 B
ArmAsm
.global _start
|
|
_start:
|
|
mov $0, %rdi
|
|
call exit
|