feature: fork() (to be tested)

This commit is contained in:
0x35c
2025-11-30 13:32:24 +01:00
parent 6ff044c07a
commit cde3702132
16 changed files with 113 additions and 36 deletions

View File

@ -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);