feature: fork() (to be tested)
This commit is contained in:
@ -28,5 +28,5 @@ struct pcb {
|
||||
|
||||
void switch_process(struct pcb *next_pcb);
|
||||
struct pcb *create_process(uid_t uid);
|
||||
// int8_t create_kernel_process(void);
|
||||
void remove_process(struct pcb *pcb);
|
||||
pid_t fork(void);
|
||||
|
||||
Reference in New Issue
Block a user