Start nostartfiles examples.

Interlink freestanding directories and readme.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-08-25 00:00:00 +00:00
parent 06374cda42
commit 96239298a9
9 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1 @@
https://github.com/cirosantilli/linux-kernel-module-cheat#freestanding-programs

View File

@@ -0,0 +1 @@
https://github.com/cirosantilli/linux-kernel-module-cheat#nostartfiles-programs

View File

@@ -0,0 +1 @@
../build

View File

@@ -0,0 +1,4 @@
.global _start
_start:
mov x0, 0
bl exit

View File

@@ -0,0 +1 @@
../test

View File

@@ -0,0 +1 @@
https://github.com/cirosantilli/linux-kernel-module-cheat#freestanding-programs

View File

@@ -0,0 +1 @@
https://github.com/cirosantilli/linux-kernel-module-cheat#freestanding-programs