01-27-2019 11:27 AM - last edited on 03-06-2024 08:52 PM by ROGBot
01-29-2019 12:40 AM
- HPET disabled in BIOS: OS/software can't access HPET and has to fall back to the TSC-based timer
- HPET enabled in BIOS, but disabled by OS (useplatformclock false): OS will use TSC-based timer, but any software can still access HPET
- HPET enabled in BIOS, and enabled by OS (useplatformclock true): OS and all software will use HPET as primary timer
01-29-2019 07:05 PM