You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
Right now we're using cooperative task-switching. We need to change this over to use preemptive multitasking. I haven't yet been able to get it to behave but we need to get this finished soon.
The text was updated successfully, but these errors were encountered:
I've been working like a madman trying to get this done over the last couple days. Some of it is working, some of it is not yet working. I will likely push an update with some of the new code today but it is more likely that I will wait until I have it all done.
There are still bugs in the task switcher so i decided to remove the possibility to call the task-switcher directly to keep things simple (the new proc_suspend function will simply call the interrupt hander).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we're using cooperative task-switching. We need to change this over to use preemptive multitasking. I haven't yet been able to get it to behave but we need to get this finished soon.
The text was updated successfully, but these errors were encountered: