diff --git a/Docs/Configuration.pdf b/Docs/Configuration.pdf index 94c687e7..e2c642c9 100644 Binary files a/Docs/Configuration.pdf and b/Docs/Configuration.pdf differ diff --git a/Docs/Configuration.tex b/Docs/Configuration.tex index 6bbddcf9..31a21510 100755 --- a/Docs/Configuration.tex +++ b/Docs/Configuration.tex @@ -841,8 +841,10 @@ can also be found in \href{https://dortania.github.io}{Dortania}'s \href{https://dortania.github.io/Getting-Started-With-ACPI}{Getting started with ACPI} guide. For more exotic cases, there are several alternatives such as \href{https://github.com/daliansky}{daliansky}'s -\href{https://github.com/daliansky/OC-little}{ACPI sample collection}. Note however that the -quality of the suggested solutions will be variable. +\href{https://github.com/daliansky/OC-little}{ACPI sample collection} +(\href{https://github.com/5T33Z0/OC-Little-Translated}{English Translation by 5T33Z0 et al}, +may be outdated and contain typos). Note however that the quality of the suggested solutions +will be variable. \subsection{Properties}\label{acpiprops} diff --git a/Docs/Differences/Differences.pdf b/Docs/Differences/Differences.pdf index 204107fe..fae3dc78 100644 Binary files a/Docs/Differences/Differences.pdf and b/Docs/Differences/Differences.pdf differ diff --git a/Docs/Differences/Differences.tex b/Docs/Differences/Differences.tex index 9b17d804..d68171ae 100644 --- a/Docs/Differences/Differences.tex +++ b/Docs/Differences/Differences.tex @@ -1,7 +1,7 @@ \documentclass[]{article} %DIF LATEXDIFF DIFFERENCE FILE -%DIF DEL PreviousConfiguration.tex Wed Mar 31 14:49:52 2021 -%DIF ADD ../Configuration.tex Wed Mar 31 14:49:52 2021 +%DIF DEL PreviousConfiguration.tex Wed Mar 3 01:46:28 2021 +%DIF ADD ../Configuration.tex Wed Mar 31 15:08:27 2021 \usepackage{lmodern} \usepackage{amssymb,amsmath} @@ -906,8 +906,10 @@ can also be found in \href{https://dortania.github.io}{Dortania}'s \href{https://dortania.github.io/Getting-Started-With-ACPI}{Getting started with ACPI} guide. For more exotic cases, there are several alternatives such as \href{https://github.com/daliansky}{daliansky}'s -\href{https://github.com/daliansky/OC-little}{ACPI sample collection}. Note however that the -quality of the suggested solutions will be variable. +\href{https://github.com/daliansky/OC-little}{ACPI sample collection} +\DIFaddbegin \DIFadd{(}\href{https://github.com/5T33Z0/OC-Little-Translated}{\DIFadd{English Translation by 5T33Z0 et al}}\DIFadd{, +may be outdated and contain typos)}\DIFaddend . Note however that the quality of the suggested solutions +will be variable. \subsection{Properties}\label{acpiprops} @@ -1303,8 +1305,8 @@ should be met before starting: \texttt{No slide values are usable! Use custom slide!} message can be seen in the log. \item \texttt{CFG Lock} (MSR \texttt{0xE2} write protection) disabled in firmware settings if present. \DIFdelbegin \DIFdel{Consider -}%DIFDELCMD < \href{https://github.com/LongSoft/UEFITool/blob/master/UEFIPatch/patches.txt}{patching it} -%DIFDELCMD < %%% +}\href{https://github.com/LongSoft/UEFITool/blob/master/UEFIPatch/patches.txt}{\DIFdel{patching it}} + %DIFAUXCMD \DIFdel{if no option is available (for advanced users only). See }%DIFDELCMD < \hyperref[kernelpropsquirks]{VerifyMsrE2} %DIFDELCMD < %%% @@ -2520,7 +2522,7 @@ blocking. } \DIFadd{As a last resort, consider - }\href{https://github.com/LongSoft/UEFITool/blob/master/UEFIPatch/patches.txt}{patching the BIOS} + }\href{https://github.com/LongSoft/UEFITool/blob/master/UEFIPatch/patches.txt}{\DIFadd{patching the BIOS}} \DIFadd{(for advanced users only). } @@ -2758,7 +2760,7 @@ blocking. IOUSBHostFamily.kext) to remove USB port count limit of 15 ports. \emph{Note}: This option should be avoided whenever possible\DIFdelbegin \DIFdel{and may no longer - }%DIFDELCMD < \href{https://github.com/acidanthera/bugtracker/issues/1514}{function correctly} %%% + }\href{https://github.com/acidanthera/bugtracker/issues/1514}{\DIFdel{function correctly}} %DIFAUXCMD \DIFdel{in macOS 11. }\DIFdelend \DIFaddbegin \DIFadd{. }\DIFaddend USB port limit is imposed by the amount of used bits in locationID format and there is no @@ -5968,8 +5970,8 @@ Some of the known tools are listed below (builtin tools are marked with \textbf{ Defaults to \texttt{ColdReset}. \\ \href{https://github.com/acidanthera/OpenCorePkg}{\texttt{RtcRw}}\textbf{*} & Utility to read and write RTC (CMOS) memory. \\ -\DIFdelbegin %DIFDELCMD < \href{https://github.com/acidanthera/OpenCorePkg}{\texttt{VerifyMsrE2}}%%% -\DIFdelend \DIFaddbegin \href{https://github.com/acidanthera/OpenCorePkg}{\texttt{ControlMsrE2}}\DIFaddend \textbf{*} +\href{https://github.com/acidanthera/OpenCorePkg}{\DIFdelbegin \texttt{\DIFdel{VerifyMsrE2}}%DIFAUXCMD +\DIFdelend \DIFaddbegin \texttt{\DIFadd{ControlMsrE2}}\DIFaddend }\textbf{*} & Check \texttt{CFG Lock} (MSR \texttt{0xE2} write protection) consistency across all cores \DIFaddbegin \DIFadd{and change such hidden options on selected platforms}\DIFaddend . \end{tabular} diff --git a/Docs/Errata/Errata.pdf b/Docs/Errata/Errata.pdf index aa2ea270..148127c6 100644 Binary files a/Docs/Errata/Errata.pdf and b/Docs/Errata/Errata.pdf differ diff --git a/README.md b/README.md index 7e44708a..32625d1b 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ details. - [Andrey1970AppleLife](https://github.com/Andrey1970AppleLife) - [mhaeuser (ex Download-Fritz)](https://github.com/mhaeuser) - [Goldfish64](https://github.com/Goldfish64) +- [MikeBeaton](https://github.com/MikeBeaton) - [nms42](https://github.com/nms42) - [PMheart](https://github.com/PMheart) - [savvamitrofanov](https://github.com/savvamitrofanov)