Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Implement Preemptive Task-switching #56

Open
chessmaster42 opened this issue May 6, 2012 · 2 comments
Open

Implement Preemptive Task-switching #56

chessmaster42 opened this issue May 6, 2012 · 2 comments
Milestone

Comments

@chessmaster42
Copy link
Member

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.

@chessmaster42
Copy link
Member Author

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.

@noxer
Copy link
Member

noxer commented Jun 20, 2012

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants