Skip to content

Task creation and context switch to the new task.

Sophia Theresa Pietsch requested to merge contextSw into main

Completed:

  • creation of first user task and function to create additional tasks
  • context switch into new task, including changing of stack
  • kernel registers saved before context switch

TODO:

  • make sure there is no crash when a task forgets to call Exit()

Merge request reports