Commit 93edb97 1 parent 2aef7db commit 93edb97 Copy full SHA for 93edb97
File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ OpenCore Changelog
15
15
- Added ` FirmwareSettingsEntry.efi ` driver which adds menu entry to reboot into UEFI firmware settings
16
16
- Enabled use of picker shortcut keys which are read out in OpenCanopy when using ` PickerAudioAssist `
17
17
- Modified builtin picker so as not to respond to keys queued while audio assist menu is being read out
18
+ - Fixed Linux EFI stub loading error when using OpenDuet since 0.8.8
18
19
19
20
#### v0.9.7
20
21
- Updated recovery_urls.txt
Original file line number Diff line number Diff line change 267
267
# such as HfsPlusLegacy.efi.
268
268
#
269
269
gEfiMdePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x00000003
270
+ #
271
+ # PcdDxeNxMemoryProtectionPolicy and PcdImageLoaderAllowMisalignedOffset
272
+ # settings for Linux EFI stub (same as OvmfPkg LINUX_LOADER settings).
273
+ #
274
+ gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xFFFFFFFFFFFFFF40
275
+ gEfiMdePkgTokenSpaceGuid.PcdImageLoaderAllowMisalignedOffset|TRUE
270
276
271
277
[BuildOptions]
272
278
MSFT:NOOPT_*_*_CC_FLAGS = -D OC_TARGET_RELEASE=1 /FAcs -Dinline=__inline /GS /kernel
You can’t perform that action at this time.
0 commit comments