fix: remove the kernel process and add a shell process (still not working tho)

This commit is contained in:
0x35c
2025-11-05 16:46:55 +01:00
parent 374ea13173
commit 359484b2e4
5 changed files with 34 additions and 22 deletions

View File

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