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

@ -47,7 +47,7 @@ switch_to_task:
pop edx // get func_ptr
call edx
// TODO HANDLE TASK RETURN
call exit_task
.END:
ret