mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
freestanding examples: spaces!
This commit is contained in:
@@ -19,4 +19,4 @@ asm_main_after_prologue:
|
|||||||
svc 0
|
svc 0
|
||||||
msg:
|
msg:
|
||||||
.ascii "hello\n"
|
.ascii "hello\n"
|
||||||
len = . - msg
|
len = . - msg
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ _start:
|
|||||||
svc 0
|
svc 0
|
||||||
msg:
|
msg:
|
||||||
.ascii "hello\n"
|
.ascii "hello\n"
|
||||||
len = . - msg
|
len = . - msg
|
||||||
|
|||||||
Reference in New Issue
Block a user