index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
false
/
arch
/
x86_64
/
false.s
blob: f1f36b6b6cb6f3492693e50133cba6799e7b6b0d (
plain
)
1
2
3
4
5
6
.globl _start _start: mov $60, %rax mov $1, %rdi syscall