wip: uncrampt the stack thing in the irq
This commit is contained in:
@ -22,6 +22,6 @@ struct tcb {
|
||||
struct tcb *next;
|
||||
};
|
||||
|
||||
struct tcb *create_thread(struct pcb *process, void (*routine)(void));
|
||||
struct tcb *create_thread(struct pcb *process, void (*entry)(void));
|
||||
void delete_thread(struct tcb *thread);
|
||||
void switch_thread(struct tcb *thread_to_switch);
|
||||
|
||||
Reference in New Issue
Block a user