diff --git a/Changelog.md b/Changelog.md index eb2366c3..9d05eb3c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ OpenCore Changelog - Added notes about DMAR table and `ForceAquantiaEthernet`, thx @kokowski - Added System option in `LauncherOption` property, thx @stevezhengshiqi - Updated note about `CustomPciSerialDevice`, thx @joevt +- Added read-only driver for NTFS #### v0.8.0 - Added support for early log preservation diff --git a/Docs/Configuration.md5 b/Docs/Configuration.md5 index c47eb393..6960d7fd 100644 --- a/Docs/Configuration.md5 +++ b/Docs/Configuration.md5 @@ -1 +1 @@ -4b69adc104d15005d9dd24abb3be3fa1 +7171128bef22f62e8c8cf4268a15c4c3 diff --git a/Docs/Configuration.pdf b/Docs/Configuration.pdf index bd787fee..45c16a1a 100644 Binary files a/Docs/Configuration.pdf and b/Docs/Configuration.pdf differ diff --git a/Docs/Differences/Differences.pdf b/Docs/Differences/Differences.pdf index 97b6711e..6a5130ca 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 51dc549b..28c11bf9 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 Sun May 1 02:19:47 2022 -%DIF ADD ../Configuration.tex Mon May 9 12:41:21 2022 +%DIF DEL PreviousConfiguration.tex Mon Apr 25 17:45:27 2022 +%DIF ADD ../Configuration.tex Sun May 15 00:57:34 2022 \usepackage{lmodern} \usepackage{amssymb,amsmath} @@ -118,7 +118,7 @@ %DIF HYPERREF PREAMBLE %DIF PREAMBLE \providecommand{\DIFadd}[1]{\texorpdfstring{\DIFaddtex{#1}}{#1}} %DIF PREAMBLE \providecommand{\DIFdel}[1]{\texorpdfstring{\DIFdeltex{#1}}{}} %DIF PREAMBLE -%DIF COLORLISTINGS PREAMBLE %DIF PREAMBLE +%DIF LISTINGS PREAMBLE %DIF PREAMBLE \RequirePackage{listings} %DIF PREAMBLE \RequirePackage{color} %DIF PREAMBLE \lstdefinelanguage{DIFcode}{ %DIF PREAMBLE @@ -6442,7 +6442,10 @@ even cause permanent firmware damage. Some of the known drivers are listed below & \hyperref[uefilinux]{OpenCore plugin} implementing \texttt{OC\_BOOT\_ENTRY\_PROTOCOL} to allow direct detection and booting of Linux distributiuons from OpenCore, without chainloading via GRUB. \\ -\href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenUsbKbDxe}}\textbf{*} +\DIFaddbegin \href{https://github.com/acidanthera/OpenCorePkg}{\texttt{\DIFadd{OpenNtfsDxe}}}\textbf{\DIFadd{*}} +& \DIFadd{New Technologies File System (NTFS) read-only driver. + NTFS is the primary file system for Microsoft Windows versions that are based on Windows NT. }\\ +\DIFaddend \href{https://github.com/acidanthera/OpenCorePkg}{\texttt{OpenUsbKbDxe}}\textbf{*} & USB keyboard driver adding support for \texttt{AppleKeyMapAggregator} protocols on top of a custom USB keyboard driver implementation. This is an alternative to builtin \texttt{KeySupport}, which may work better or worse depending on the firmware. \\ diff --git a/Docs/Errata/Errata.pdf b/Docs/Errata/Errata.pdf index 8efb0693..bfaba98a 100644 Binary files a/Docs/Errata/Errata.pdf and b/Docs/Errata/Errata.pdf differ