提交 52d89462 编写于 作者: J John Davis

OcCpuLib: Fixed crash while using SysReport on older Atoms

上级 19240870
......@@ -10,6 +10,7 @@ OpenCore Changelog
- Implemented firmware driver enabling pre-OpenCore graphics on non-natively supported GPUs on EFI-era Macs
- Prevented unwanted clear screen to console background colour when in graphics mode
- Added `ResizeUsePciRbIo` quirk to workaround broken PciIo on some UEFI firmwares, thx @xCuri0
- Fixed crash while using `SysReport` on older Atom systems
#### v0.8.8
- Updated underlying EDK II package to edk2-stable202211
......
......@@ -38,8 +38,8 @@ typedef enum {
OcCpuGenerationPreYonah,
OcCpuGenerationYonahMerom,
OcCpuGenerationPenryn,
OcCpuGenerationNehalem,
OcCpuGenerationBonnell,
OcCpuGenerationNehalem,
OcCpuGenerationWestmere,
OcCpuGenerationSilvermont,
OcCpuGenerationSandyBridge,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册