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