mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
inline_asm: remember register variables :-)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* aarch64 freestanding C inline assemby Linux hello world
|
||||
* https://cirosantilli.com/linux-kernel-module-cheat#linux-system-calls
|
||||
*/
|
||||
* https://cirosantilli.com/linux-kernel-module-cheat#linux-system-calls */
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* x86_64 freestanding C inline assemby Linux hello world
|
||||
* https://cirosantilli.com/linux-kernel-module-cheat#linux-system-calls
|
||||
*/
|
||||
* https://cirosantilli.com/linux-kernel-module-cheat#linux-system-calls */
|
||||
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <inttypes.h>
|
||||
|
||||
Reference in New Issue
Block a user