Files
linux-kernel-module-cheat/userland/arch/aarch64/hello_driver.S
Ciro Santilli 六四事件 法轮功 d4f698306a document userland asm syscall interfaces
2019-05-05 00:00:00 +00:00

8 lines
124 B
ArmAsm

/* MInimal sanity check of the C driver. */
.text
.global asm_main
asm_main:
asm_main_after_prologue:
mov w0, 0
ret