TD3:II.1 First working version of ForkExec
But need to implement Process exit...
This commit is contained in:
parent
f7eca8c6ac
commit
07853cbcd3
8 changed files with 61 additions and 4 deletions
|
@ -213,7 +213,15 @@ ThreadExit:
|
|||
syscall
|
||||
j $31
|
||||
.end ThreadExit
|
||||
|
||||
|
||||
|
||||
.globl ForkExec
|
||||
.ent ForkExec
|
||||
ForkExec:
|
||||
addiu $2,$0,SC_ForkExec
|
||||
syscall
|
||||
j $31
|
||||
.end ForkExec
|
||||
#endif
|
||||
|
||||
/* dummy function to keep gcc happy */
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue