提交 507f4f29 编写于 作者: V vit9696

Docs: Provide information on ConfigValidity

closes acidanthera/bugtracker#656
上级 bf8e36b7
......@@ -38,6 +38,7 @@ OpenCore Changelog
- Added ConfigValidity utility and improved config validation
- Added serial port initialisation for serial debug logging
- Disabled empty debug log file creation to avoid ESP cluttering
- Added `TscSyncTimeout` quirk to workaround debug kernel assertions
#### v0.5.8
- Fixed invalid CPU object reference in SSDT-PLUG
......
......@@ -365,6 +365,11 @@ Root configuration entries consist of the following:
\hyperref[uefi]{\texttt{UEFI}}
\end{itemize}
It is possible to perform basic validation of the configuration by using
\texttt{ConfigValidity} utility. Please note, that \texttt{ConfigValidity}
must match the used OpenCore release and may not be able to detect all
configuration flaws present in the file.
\emph{Note}: Currently most properties try to have defined values even if not
specified in the configuration for safety reasons. This behaviour should not
be relied upon, and all fields must be properly specified in the configuration.
......
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Mon May 11 17:11:58 2020
%DIF ADD ../Configuration.tex Sat May 30 01:22:19 2020
%DIF ADD ../Configuration.tex Sat May 30 01:33:51 2020
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
......@@ -437,7 +437,13 @@ Root configuration entries consist of the following:
\hyperref[uefi]{\texttt{UEFI}}
\end{itemize}
\emph{Note}: Currently most properties try to have defined values even if not
\DIFaddbegin \DIFadd{It is possible to perform basic validation of the configuration by using
}\texttt{\DIFadd{ConfigValidity}} \DIFadd{utility. Please note, that }\texttt{\DIFadd{ConfigValidity}}
\DIFadd{must match the used OpenCore release and may not be able to detect all
configuration flaws present in the file.
}
\DIFaddend \emph{Note}: Currently most properties try to have defined values even if not
specified in the configuration for safety reasons. This behaviour should not
be relied upon, and all fields must be properly specified in the configuration.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册