fix: remove the kernel process and add a shell process (still not working tho)
This commit is contained in:
@ -21,5 +21,5 @@ struct pcb {
|
||||
|
||||
void switch_process(struct pcb *next_pcb);
|
||||
struct pcb *create_process(uint8_t uid);
|
||||
int8_t create_kernel_process(void);
|
||||
// int8_t create_kernel_process(void);
|
||||
void remove_process(struct pcb *pcb);
|
||||
|
||||
Reference in New Issue
Block a user