GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
3
Releases
2
Fork
: 0
ohpnjrpnicow
/
UbixOS
Transfer to URL with SHA
Find file
Newer
Older
tree:
f54edc39d9
Branches
Tags
×
1.0-RELEASE
1.5-RELEASE
master
UbixOS
/
lib
/
libc_old
/
sys
/ execve.S
Christopher W. Olsen
on 15 Nov 2017
87 bytes
Adding Sources
Raw
Blame
History
.text .globl execve .type execve,@function execve: movl $0x3B,%eax int $0x80 ret