mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:28:11 +00:00
Kernel: Report more accurate ticks per second for APIC timer
This commit is contained in:
parent
d076b00248
commit
180cc85d79
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ bool APICTimer::calibrate(HardwareTimerBase& calibration_source)
|
|||
}
|
||||
#endif
|
||||
|
||||
// TODO: measure rather than assuming it matches?
|
||||
m_frequency = calibration_source.ticks_per_second();
|
||||
|
||||
enable_local_timer();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue