提交 8a65ad75 编写于 作者: V vit9696

OcApfsLib: Reduce APFS minimal timestamps to 10.13 from App Store

上级 610a57f8
......@@ -23,6 +23,7 @@ OpenCore Changelog
- Fixed handling 24-bit screen resolutions
- Added `Ps2KeyboardDxe` driver for DuetPkg
- Updated `BootInstall` DuetPkg version (now opensource)
- Added partial HiDPI support in OpenCanopy
#### v0.5.7
- Added TimeMachine detection to picker
......
......@@ -4335,7 +4335,7 @@ functioning. Feature highlights:
\tightlist
\item \texttt{0} --- require the default supported release date of APFS
in OpenCore. The default release date will increase with time and thus
this setting is recommended. Currently set to 2020/01/01.
this setting is recommended. Currently set to 2018/06/21.
\item \texttt{-1} --- permit any release date to load (strongly discouraged).
\item Other --- use custom minimal APFS release date, e.g. \texttt{20200401}
for 2020/04/01. APFS release dates can be found in OpenCore boot log
......@@ -4359,7 +4359,7 @@ functioning. Feature highlights:
\item \texttt{0} --- require the default supported version of APFS
in OpenCore. The default version will increase with time and thus
this setting is recommended. Currently set to the latest point release
from High Sierra.
from High Sierra from App Store (\texttt{748077008000000}).
\item \texttt{-1} --- permit any version to load (strongly discouraged).
\item Other --- use custom minimal APFS version, e.g. \texttt{1412101001000000}
from macOS Catalina 10.15.4. APFS versions can be found in OpenCore boot log
......
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Tue Apr 7 19:32:13 2020
%DIF ADD ../Configuration.tex Sun Apr 26 06:51:54 2020
%DIF ADD ../Configuration.tex Tue Apr 28 13:32:18 2020
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
......@@ -4423,7 +4423,7 @@ functioning. Feature highlights:
\tightlist
\item \texttt{\DIFadd{0}} \DIFadd{--- require the default supported release date of APFS
in OpenCore. The default release date will increase with time and thus
this setting is recommended. Currently set to 2020/01/01.
this setting is recommended. Currently set to 2018/06/21.
}\item \texttt{\DIFadd{-1}} \DIFadd{--- permit any release date to load (strongly discouraged).
}\item \DIFadd{Other --- use custom minimal APFS release date, e.g. }\texttt{\DIFadd{20200401}}
\DIFadd{for 2020/04/01. APFS release dates can be found in OpenCore boot log
......@@ -4449,7 +4449,7 @@ functioning. Feature highlights:
\item \texttt{\DIFadd{0}} \DIFadd{--- require the default supported version of APFS
in OpenCore. The default version will increase with time and thus
this setting is recommended. Currently set to the latest point release
from High Sierra.
from High Sierra from App Store (}\texttt{\DIFadd{748077008000000}}\DIFadd{).
}\item \texttt{\DIFadd{-1}} \DIFadd{--- permit any version to load (strongly discouraged).
}\item \DIFadd{Other --- use custom minimal APFS version, e.g. }\texttt{\DIFadd{1412101001000000}}
\DIFadd{from macOS Catalina 10.15.4. APFS versions can be found in OpenCore boot log
......
......@@ -16,16 +16,16 @@
#define OC_APFS_LIB_H
/**
Latest known from High Sierra version 10.13.6 (17G12034).
Latest known from High Sierra version 10.13.6 (17G65).
**/
#define OC_APFS_VERSION_HIGH_SIERRA 748077012000000ULL
#define OC_APFS_DATE_HIGH_SIERRA 20200219U
#define OC_APFS_VERSION_HIGH_SIERRA 748077008000000ULL /* 748077012000000ULL, 17G12034 */
#define OC_APFS_DATE_HIGH_SIERRA 20180621U /* 20200219U, 17G12034 */
/**
Latest known APFS from Mojave 10.14.6 (18G4032).
Latest known APFS from Mojave 10.14.6 (18G103).
**/
#define OC_APFS_VERSION_MOJAVE 945275008000000ULL
#define OC_APFS_DATE_MOJAVE 20200211U
#define OC_APFS_VERSION_MOJAVE 945275007000000ULL /* 945275008000000ULL, 18G4032 */
#define OC_APFS_DATE_MOJAVE 20190820U /* 20200211U, 18G4032 */
/**
Latest known APFS from Catalina 10.15.4 (19E287).
......@@ -37,7 +37,7 @@
Default version subject to increase.
**/
#define OC_APFS_VERSION_DEFAULT OC_APFS_VERSION_HIGH_SIERRA
#define OC_APFS_DATE_DEFAULT 20200101U
#define OC_APFS_DATE_DEFAULT OC_APFS_DATE_HIGH_SIERRA
/**
Use default version as a minimal.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册