提交 292a0861 编写于 作者: V vit9696

OpenCoreMisc: Sync log filename changes from OcSupportPkg

上级 bc92984c
......@@ -5,6 +5,7 @@ OpenCore Changelog
- Fixed kext injection issues with dummy dependencies
- Fixed kext injection issues with reused vtables
- Fixed Custom SMBIOS table update patches
- Added timestamp to the log file and changed extension to txt
#### v0.0.3
- Added complete modern platform database (2012+)
......
......@@ -405,7 +405,7 @@ be relied upon, and all fields must be properly specified in the configuration.
child [missing] {}
child [missing] {}
child { node [optional] {nvram.plist}}
child { node [optional] {opencore.log}}
child { node [optional] {opencore-YYYY-MM-DD-HHMMSS.txt}}
;
\end{tikzpicture}
\break
......@@ -464,7 +464,7 @@ entries include:
\break
OpenCore variable import file.
\item
\texttt{opencore.log}
\texttt{opencore-YYYY-MM-DD-HHMMSS.txt}
\break
OpenCore log file.
\end{itemize}
......@@ -1646,10 +1646,11 @@ nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-log |
date, this data may also be found in NVRAM in \texttt{opencore-version} variable
even with boot log disabled.
File logging will create a file named \texttt{opencore.log} at EFI volume root with
log contents. Please be warned that some file system drivers present in firmwares are
not reliable, and may corrupt data when writing files through UEFI. Log is attempted
to be written in the safest manner, and thus is very slow. Ensure that
File logging will create a file named \texttt{opencore-YYYY-MM-DD-HHMMSS.txt} at EFI
volume root with log contents (the upper case letter sequence is replaced with date
and time from the firmware). Please be warned that some file system drivers present
in firmwares are not reliable, and may corrupt data when writing files through UEFI.
Log is attempted to be written in the safest manner, and thus is very slow. Ensure that
\texttt{DisableWatchDog} is set to \texttt{true} when you use a slow drive.
\end{enumerate}
......
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Wed Jul 3 23:30:18 2019
%DIF ADD ../Configuration.tex Mon Jul 15 15:43:27 2019
%DIF DEL PreviousConfiguration.tex Tue Jul 16 19:24:07 2019
%DIF ADD ../Configuration.tex Tue Jul 16 19:50:26 2019
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
......@@ -470,7 +470,7 @@ be relied upon, and all fields must be properly specified in the configuration.
child [missing] {}
child [missing] {}
child { node [optional] {nvram.plist}}
child { node [optional] {opencore.log}}
child { node [optional] {opencore-YYYY-MM-DD-HHMMSS.txt}}
;
\end{tikzpicture}
\break
......@@ -529,7 +529,7 @@ entries include:
\break
OpenCore variable import file.
\item
\texttt{opencore.log}
\texttt{\DIFdelbegin \DIFdel{opencore}\DIFdelend \DIFaddbegin \DIFadd{opencore-YYYY-MM-DD-HHMMSS}\DIFaddend .\DIFdelbegin \DIFdel{log}\DIFdelend \DIFaddbegin \DIFadd{txt}\DIFaddend }
\break
OpenCore log file.
\end{itemize}
......@@ -1797,10 +1797,11 @@ nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-log |
date, this data may also be found in NVRAM in \texttt{opencore-version} variable
even with boot log disabled.
File logging will create a file named \texttt{opencore.log} at EFI volume root with
log contents. Please be warned that some file system drivers present in firmwares are
not reliable, and may corrupt data when writing files through UEFI. Log is attempted
to be written in the safest manner, and thus is very slow. Ensure that
File logging will create a file named \texttt{\DIFdelbegin \DIFdel{opencore}\DIFdelend \DIFaddbegin \DIFadd{opencore-YYYY-MM-DD-HHMMSS}\DIFaddend .\DIFdelbegin \DIFdel{log}\DIFdelend \DIFaddbegin \DIFadd{txt}\DIFaddend } at EFI
volume root with log contents \DIFaddbegin \DIFadd{(the upper case letter sequence is replaced with date
and time from the firmware)}\DIFaddend . Please be warned that some file system drivers present
in firmwares are not reliable, and may corrupt data when writing files through UEFI.
Log is attempted to be written in the safest manner, and thus is very slow. Ensure that
\texttt{DisableWatchDog} is set to \texttt{true} when you use a slow drive.
\end{enumerate}
......
......@@ -60,7 +60,7 @@
#define OPEN_CORE_CONFIG_PATH L"config.plist"
#define OPEN_CORE_LOG_PATH L"opencore.log"
#define OPEN_CORE_LOG_PREFIX_PATH L"opencore"
#define OPEN_CORE_NVRAM_PATH L"nvram.plist"
......
......@@ -177,7 +177,7 @@ OcMiscEarlyInit (
Config->Misc.Debug.DisplayDelay,
(UINTN) Config->Misc.Debug.DisplayLevel,
(UINTN) Config->Misc.Security.HaltLevel,
OPEN_CORE_LOG_PATH,
OPEN_CORE_LOG_PREFIX_PATH,
Storage->FileSystem
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册