Final pre-release
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
void Pit::trigger(const InterruptFrame &frame) {
|
||||
void Pit::trigger() {
|
||||
time.addNanoseconds(timerInterval); // Increase system time
|
||||
|
||||
// Don't use PIT for scheduling when the APIC timer is enabled
|
||||
|
||||
Reference in New Issue
Block a user