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
|
@ -11,4 +11,5 @@ typedef struct {
|
|||
|
||||
extern int do_ThreadCreate(int f, int arg);
|
||||
extern void do_ThreadExit();
|
||||
extern int do_ForkExec( const char * s);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue