repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- retrieve binary packages and sources from webserver to make a release, incremental...
[minix.git]
/
lib
/
syscall
/
fork.s
blob
913497617c224c36e6ab7d4bf9812904dc76a5a6
1
.sect .text
2
.extern __fork
3
.define _fork
4
.align 2
5
6
_fork
:
7
jmp __fork