feature: fork added and exit_task is almost working

This commit is contained in:
2025-01-28 13:38:39 +01:00
parent d7626df19c
commit dbdf851dd2
9 changed files with 80 additions and 19 deletions

View File

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