提交 13d019ba 编写于 作者: V vit9696

Docs: Mention Hyper-V fixes by Goldfish

上级 16448b96
...@@ -42,6 +42,7 @@ OpenCore Changelog ...@@ -42,6 +42,7 @@ OpenCore Changelog
- Added first-class Windows support to bless model - Added first-class Windows support to bless model
- Fixed `LapicKernelPanic` kernel quirk on 10.9 - Fixed `LapicKernelPanic` kernel quirk on 10.9
- Added prebuilt version of `CrScreenshotDxe` driver - Added prebuilt version of `CrScreenshotDxe` driver
- Fixed Hyper-V frequency detection compatibility
#### v0.5.8 #### v0.5.8
- Fixed invalid CPU object reference in SSDT-PLUG - Fixed invalid CPU object reference in SSDT-PLUG
......
...@@ -487,7 +487,7 @@ InternalCalculateVMTFrequency ( ...@@ -487,7 +487,7 @@ InternalCalculateVMTFrequency (
// //
// HV_X64_MSR_TSC_FREQUENCY // HV_X64_MSR_TSC_FREQUENCY
// //
Msr = AsmReadMsr64 (0x40000022); Msr = AsmReadMsr64 (0x40000022);
return Msr; return Msr;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册