nuta / resea

A microkernel-based hackable operating system.
Other
522 stars 29 forks source link

User-level scheduling #16

Open nuta opened 4 years ago

nuta commented 4 years ago

This is the last piece for the policy-free kernel: allow userspace programs to decide how tasks are scheduled. The following design is based on MINIX3.

nuta commented 4 years ago

TODO