repo.or.cz
/
kvm-userspace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'qemu-cvs'
[kvm-userspace.git]
/
user
/
test
/
x86
/
cstart.S
blob
69a626261270292211606e182c581510b67b06f9
1
2
3
.bss
4
5
.section .init
6
call main
7
push %eax
8
call exit
9
10