feature: fork added and exit_task is almost working
This commit is contained in:
@ -25,7 +25,8 @@ static inline void cli(void)
|
||||
__asm__ volatile("cli");
|
||||
}
|
||||
|
||||
static inline void sti(void)
|
||||
// aka sti
|
||||
static inline void toris(void)
|
||||
{
|
||||
__asm__ volatile("sti");
|
||||
}
|
||||
|
Reference in New Issue
Block a user