A simple/stupid scheduler implementation.
The scheduler using namespaces is broken. For a given CPU, the
scheduler always runs the process that was last inserted into the
namespace. This leads to starvation and deadlock (in userspace).
I want to test the VM implementation, so I wrote a simple per-core
runqueue implementation.
正在显示
请
注册
或者
登录
后发表评论