Disable preemption until paging bug is fixed
This commit is contained in:
@@ -52,9 +52,11 @@ interrupt!(pit, {
|
||||
|
||||
pic::MASTER.ack();
|
||||
|
||||
/*
|
||||
if PIT_TICKS.fetch_add(1, Ordering::SeqCst) >= 10 {
|
||||
context::switch();
|
||||
}
|
||||
*/
|
||||
|
||||
// Any better way of doing this?
|
||||
timeout::trigger();
|
||||
|
||||
Reference in New Issue
Block a user