You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config-HEDT/nehalem.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@
87
87
| AvoidRuntimeDefrag | No | Big Sur 可能需要启用这个选项 |
88
88
| EnableSafeModeSlide | No ||
89
89
| EnableWriteUnprotector | No ||
90
+
| FixupAppleEfiImages | Yes | 这是引导OS X 10.4到10.12所必需的 |
90
91
| ProvideCustomSlide | No ||
91
92
| RebuildAppleMemoryMap | Yes | 在引导OS X 10.4到10.6时,这是必需的 |
92
93
| SetupVirtualMap | No ||
@@ -101,12 +102,15 @@
101
102
::: details 更深入的信息
102
103
103
104
***AvoidRuntimeDefrag**: NO
104
-
*Fixes UEFI runtime services like date, time, NVRAM, power control on UEFI Boards
105
+
*修复了UEFI运行时服务,如日期,时间,NVRAM,电源控制
105
106
* 但macOS Big Sur要求提供APIC表,否则会导致内核出现早期错误,因此建议这些用户使用这个选项。
106
107
***EnableSafeModeSlide**: YES
107
108
* 允许slide变量在安全模式下使用。
108
109
***EnableWriteUnprotector**: YES
109
110
* 需要删除UEFI平台上CR0寄存器的写保护
111
+
***FixupAppleEfiImages**: YES
112
+
* 修复了macOS的 boot.efi 错误,使用DuetPkg的机器需要
113
+
* 启用SecureBootModel启动macOS 10.13+时不需要
110
114
***ProvideCustomSlide**: YES
111
115
* 用于Slide变量计算。然而,这个选项的必要性取决于 `OCABC: Only N/256 slide values are usable!` 调试日志中的消息。如果显示 `OCABC: All slides are usable! You can disable ProvideCustomSlide!` 在你的日志中,你可以禁用`ProvideCustomSlide`.
Copy file name to clipboardExpand all lines: config-laptop.plist/arrandale.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@
104
104
| AvoidRuntimeDefrag | No | Big Sur 可能需要启用这个选项 |
105
105
| EnableSafeModeSlide | No ||
106
106
| EnableWriteUnprotector | No ||
107
+
| FixupAppleEfiImages | Yes | 这是引导OS X 10.4到10.12所必需的 |
107
108
| ProvideCustomSlide | No ||
108
109
| RebuildAppleMemoryMap | Yes | 在引导OS X 10.4到10.6时,这是必需的 |
109
110
| SetupVirtualMap | No ||
@@ -124,6 +125,9 @@
124
125
* 允许slide变量在安全模式下使用。
125
126
***EnableWriteUnprotector**: NO
126
127
* 需要从CR0寄存器移除写保护。
128
+
***FixupAppleEfiImages**: YES
129
+
* 修复macOSboot.efi中的错误,使用DuetPkg的机器需要
130
+
* 在启用SecureBootModel的macOS 10.13+启动时不需要
127
131
***ProvideCustomSlide**: YES
128
132
* 用于Slide变量计算。然而,这个选项的必要性取决于 `OCABC: Only N/256 slide values are usable!` 调试日志中的消息。如果显示 `OCABC: All slides are usable! You can disable ProvideCustomSlide!` 在你的日志中,你可以禁用`ProvideCustomSlide`.
0 commit comments