Skip to content

Commit f1abac0

Browse files
committed
Add OpenPartitionDxe driver
Resolves #61.
1 parent 6fb8413 commit f1abac0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Drivers:
1313
@ifdef(RELEASE)
1414
- OpenCanopy
1515
@endif
16+
- OpenPartitionDxe
1617
- OpenRuntime
1718
- ResetNvramEntry
1819
Kexts:

src/patch.legacy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
Booter:
1818
Quirks:
19+
# Required for macOS 10.12 and older
20+
FixupAppleEfiImages: Boolean | true
1921
# Required for macOS 10.7 and older
2022
AllowRelocationBlock: Boolean | true
2123
ForceExitBootServices: Boolean | true

0 commit comments

Comments
 (0)