Skip to content

Commit

Permalink
Fix links(credit to A23SS4NDRO)
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Apr 5, 2020
1 parent 434430b commit 3e4598c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clover-conversion/Clover-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ An odd quirk for Dell systems running APTIO V(or just skylake, Slice doesn't rea
**KernelXCPM**:
* `Kernel -> Quirks -> AppleXcpmExtraMsrs -> YES`

For an extensive list of patches, please compare [OpenCore's `CommonPatches.c`](https://github.com/acidanthera/OcSupportPkg/blob/b2b0fa3c060403fdf0d42d319bd0902df62959f0/Library/OcAppleKernelLib/CommonPatches.c) with [Clover's `kernel_patcher.c` ](https://github.com/CloverHackyColor/CloverBootloader/blob/master/rEFIt_UEFI/Platform/kernel_patcher.c). Some patches are not transfered over so if you're having issues this is the section to check, example is converting the [`KernelIvyBridgeXCPM()`](https://github.com/CloverHackyColor/CloverBootloader/blob/master/rEFIt_UEFI/Platform/kernel_patcher.c#L1134-L1216) to Opencore:
For an extensive list of patches, please compare [OpenCore's `CommonPatches.c`](https://github.com/acidanthera/OpenCorePkg/blob/master/Library/OcAppleKernelLib/CommonPatches.c) with [Clover's `kernel_patcher.c` ](https://github.com/CloverHackyColor/CloverBootloader/blob/master/rEFIt_UEFI/Platform/kernel_patcher.c). Some patches are not transfered over so if you're having issues this is the section to check, example is converting the [`KernelIvyBridgeXCPM()`](https://github.com/CloverHackyColor/CloverBootloader/blob/master/rEFIt_UEFI/Platform/kernel_patcher.c#L1134-L1216) to Opencore:

```
Base: _xcpm_bootstrap
Expand Down
2 changes: 1 addition & 1 deletion installer-guide/opencore-efi.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Now something you'll notice is that it comes with a bunch of files in `Drivers`
* CleanNvram.efi
* We'll be using OpenCore's built-in function
* GopStop.efi
* Used for [testing GOP](https://github.com/acidanthera/OcSupportPkg/tree/master/Application/GopStop)
* Used for [testing GOP](https://github.com/acidanthera/OpenCorePkg/blob/master/Application/GopStop/README.md)
* HdaCodecDump.efi
* Used for finding info for AudioDxe setup, this is not covered in this guide so not needed
* VerifyMsrE2.efi
Expand Down

0 comments on commit 3e4598c

Please sign in to comment.