提交 12fcf3ed 编写于 作者: V vit9696

OcConfigurationLib: Fix previous commit

上级 2bde94af
......@@ -2263,6 +2263,17 @@ blocking.
ACPI table and disabling VT-d in firmware preferences, which does not break
VT-d support in other systems in case they need it.
\item
\texttt{DisableLinkeditJettison}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Requirement}: 11.0\\
\textbf{Description}: Disables \texttt{\_\_LINKEDIT} jettison code.
This option lets \texttt{Lilu.kext} and possibly some others function
in macOS Big Sur with best performance without \texttt{keepsyms=1}
boot argument.
\item
\texttt{DisableRtcChecksum}\\
\textbf{Type}: \texttt{plist\ boolean}\\
......@@ -2279,17 +2290,6 @@ blocking.
at firmware stage (e.g. macOS bootloader), see \texttt{AppleRtc} protocol
description if this is desired.
\item
\texttt{DisableLinkeditJettison}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Requirement}: 11.0\\
\textbf{Description}: Disables \texttt{\_\_LINKEDIT} jettison code.
This option lets \texttt{Lilu.kext} and possibly some others function
in macOS Big Sur with best performance without \texttt{keepsyms=1}
boot argument.
\item
\texttt{DummyPowerManagement}\\
\textbf{Type}: \texttt{plist\ boolean}\\
......
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Sat Aug 8 20:55:30 2020
%DIF ADD ../Configuration.tex Sun Sep 6 03:06:36 2020
%DIF ADD ../Configuration.tex Sun Sep 6 04:01:51 2020
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
......@@ -2374,7 +2374,20 @@ blocking.
VT-d support in other systems in case they need it.
\item
\texttt{DisableRtcChecksum}\\
\DIFaddbegin \texttt{\DIFadd{DisableLinkeditJettison}}\\
\textbf{\DIFadd{Type}}\DIFadd{: }\texttt{\DIFadd{plist\ boolean}}\\
\textbf{\DIFadd{Failsafe}}\DIFadd{: }\texttt{\DIFadd{false}}\\
\textbf{\DIFadd{Requirement}}\DIFadd{: 11.0}\\
\textbf{\DIFadd{Description}}\DIFadd{: Disables }\texttt{\DIFadd{\_\_LINKEDIT}} \DIFadd{jettison code.
}
\DIFadd{This option lets }\texttt{\DIFadd{Lilu.kext}} \DIFadd{and possibly some others function
in macOS Big Sur with best performance without }\texttt{\DIFadd{keepsyms=1}}
\DIFadd{boot argument.
}
\item
\DIFaddend \texttt{DisableRtcChecksum}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\DIFaddbegin \textbf{\DIFadd{Requirement}}\DIFadd{: 10.6 (64-bit)}\\
......@@ -2390,20 +2403,7 @@ blocking.
description if this is desired.
\item
\DIFaddbegin \texttt{\DIFadd{DisableLinkeditJettison}}\\
\textbf{\DIFadd{Type}}\DIFadd{: }\texttt{\DIFadd{plist\ boolean}}\\
\textbf{\DIFadd{Failsafe}}\DIFadd{: }\texttt{\DIFadd{false}}\\
\textbf{\DIFadd{Requirement}}\DIFadd{: 11.0}\\
\textbf{\DIFadd{Description}}\DIFadd{: Disables }\texttt{\DIFadd{\_\_LINKEDIT}} \DIFadd{jettison code.
}
\DIFadd{This option lets }\texttt{\DIFadd{Lilu.kext}} \DIFadd{and possibly some others function
in macOS Big Sur with best performance without }\texttt{\DIFadd{keepsyms=1}}
\DIFadd{boot argument.
}
\item
\DIFaddend \texttt{DummyPowerManagement}\\
\texttt{DummyPowerManagement}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\DIFaddbegin \textbf{\DIFadd{Requirement}}\DIFadd{: 10.6 (64-bit)}\\
......
......@@ -666,10 +666,10 @@
<false/>
<key>DisableIoMapper</key>
<false/>
<key>DisableRtcChecksum</key>
<false/>
<key>DisableLinkeditJettison</key>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>DummyPowerManagement</key>
<false/>
<key>ExternalDiskIcons</key>
......
......@@ -666,10 +666,10 @@
<false/>
<key>DisableIoMapper</key>
<false/>
<key>DisableRtcChecksum</key>
<false/>
<key>DisableLinkeditJettison</key>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>DummyPowerManagement</key>
<false/>
<key>ExternalDiskIcons</key>
......
......@@ -255,8 +255,8 @@
_(BOOLEAN , AppleXcpmForceBoost , , FALSE , ()) \
_(BOOLEAN , CustomSmbiosGuid , , FALSE , ()) \
_(BOOLEAN , DisableIoMapper , , FALSE , ()) \
_(BOOLEAN , DisableRtcChecksum , , FALSE , ()) \
_(BOOLEAN , DisableLinkeditJettison , , FALSE , ()) \
_(BOOLEAN , DisableRtcChecksum , , FALSE , ()) \
_(BOOLEAN , DummyPowerManagement , , FALSE , ()) \
_(BOOLEAN , ExternalDiskIcons , , FALSE , ()) \
_(BOOLEAN , IncreasePciBarSize , , FALSE , ()) \
......
......@@ -317,8 +317,8 @@ mKernelQuirksSchema[] = {
OC_SCHEMA_BOOLEAN_IN ("AppleXcpmForceBoost", OC_GLOBAL_CONFIG, Kernel.Quirks.AppleXcpmForceBoost),
OC_SCHEMA_BOOLEAN_IN ("CustomSMBIOSGuid", OC_GLOBAL_CONFIG, Kernel.Quirks.CustomSmbiosGuid),
OC_SCHEMA_BOOLEAN_IN ("DisableIoMapper", OC_GLOBAL_CONFIG, Kernel.Quirks.DisableIoMapper),
OC_SCHEMA_BOOLEAN_IN ("DisableRtcChecksum", OC_GLOBAL_CONFIG, Kernel.Quirks.DisableRtcChecksum),
OC_SCHEMA_BOOLEAN_IN ("DisableLinkeditJettison", OC_GLOBAL_CONFIG, Kernel.Quirks.DisableLinkeditJettison),
OC_SCHEMA_BOOLEAN_IN ("DisableRtcChecksum", OC_GLOBAL_CONFIG, Kernel.Quirks.DisableRtcChecksum),
OC_SCHEMA_BOOLEAN_IN ("DummyPowerManagement", OC_GLOBAL_CONFIG, Kernel.Quirks.DummyPowerManagement),
OC_SCHEMA_BOOLEAN_IN ("ExternalDiskIcons", OC_GLOBAL_CONFIG, Kernel.Quirks.ExternalDiskIcons),
OC_SCHEMA_BOOLEAN_IN ("IncreasePciBarSize", OC_GLOBAL_CONFIG, Kernel.Quirks.IncreasePciBarSize),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册