vercas / Beelzebub

The Lord of Files - A hobby operating system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To do #7: Basic thread switching

vercas opened this issue · comments

At least for a single processor - the BSP.
This is gonna be interesting.

I managed to achieve some basic switching.... I need to go a step further, though.

Switching now happens on return from interrupts.

Still to do: actual scheduling on the BSP.
I must also think of supporting switching from a syscall.

This is done, finally. Switching processes works perfectly as well!