Task creation and context switch to the new task.
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()