skni-kod / MicrOS

32-bit operating system with kernel written in C. Created by SKNI "KOD".
GNU General Public License v3.0
56 stars 8 forks source link

Add support for HPET on supported configurations. #117

Open MinusPL opened 2 years ago

MinusPL commented 2 years ago

HPET (High Precision Event Timer) will increase resolution of system clocks, allowing counting time in shorter intervals than 1 ms.

It will make scheduler better, and in general will allow better control over hardware in OS and user level applications.

MinusPL commented 1 year ago

Moving to OS Release 1.4 since it is new feature.