Skip to content

Commit 28855d7

Browse files
author
Requiem
committed
style: clarified explanation about HPET removal
1 parent 812248b commit 28855d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11154,7 +11154,7 @@ struct VM {
1115411154
}
1115511155

1115611156
// The RTC (ACPI/CMOS RTC) timer can't be always detected via SetupAPI, it needs AML decode of the DSDT firmware table
11157-
// The HPET (PNP0103) timer presence is already checked on VM::FIRMWARE
11157+
// The HPET (PNP0103) timer presence check was removed, more info at: https://github.com/kernelwernel/VMAware/pull/616
1115811158
// Here, we check for the PIT/AT timer (PC-class System Timer)
1115911159
constexpr wchar_t pattern[] = L"pnp0100";
1116011160
constexpr size_t patLen = (sizeof(pattern) / sizeof(wchar_t)) - 1;

0 commit comments

Comments
 (0)