ktf icon indicating copy to clipboard operation
ktf copied to clipboard

Implement time management

Open wipawel opened this issue 5 years ago • 0 comments

Add:

  • timers support
  • [x] HPET
  • [x] APIC
  • [x] PIT
  • jiffies support
  • [x] jiffies
  • basic CPU frequency detection
  • [x] CPU frequency detection (e.g. via CPUID processor brand string parsing) to get a scale for tsc (Issue: #80 )
  • [ ] Ticks to nanoseconds scale based on CPU frequency
  • [ ] CPU frequency calibration based on PIT
  • [ ] CPU frequency calibration based on APIC Timer
  • sleep functions with granularity:
  • [ ] nano seconds
  • [ ] micro seconds
  • [x] mili seconds

wipawel avatar Aug 05 '20 10:08 wipawel