document userland asm syscall interfaces

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 0263c21557
commit d4f698306a
10 changed files with 87 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
/* arm freestanding C inline assemby Linux hello world
* https://github.com/cirosantilli/linux-kernel-module-cheat#linux-system-calls
*/
#include <inttypes.h>
void _start(void) {