Skip to content

Commit f30a233

Browse files
committedJun 16, 2020
Remove unnessary quriks
1 parent 52077f7 commit f30a233

19 files changed

+298
-1645
lines changed
 

‎.markdownlint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"line_length": false,
44
"no-alt-text": false,
55
"no-inline-html": false,
6-
"header-increment": false
6+
"header-increment": false,
7+
"no-duplicate-header": false
78
}

‎AMD/fx.md

+22-141
Large diffs are not rendered by default.

‎AMD/zen.md

+23-140
Large diffs are not rendered by default.

‎clover-conversion/clover-patch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For Identifier, you'll either define `kernel` or the kext you want to patch(ie.
5959

6060
Regarding Limit, Count and Skip, they are set to `0` so they apply to all instances. `Mask` and `ReplaceMask` can be left as blank as Clover doesn't support masking(until very recently but won't be covered here).
6161

62-
## Common patches in OpenCore and co.
62+
## Common patches in OpenCore and co
6363

6464
Little section mentioning common Kernel and Kexts patches that have been absorbed into OpenCore or other kexts. This list is not complete so any that may have been forgotten can be mentioned by opening a new [issue](https://github.com/khronokernel/OpenCore-Vanilla-Desktop-Guide/issues). Any help is much appreciated
6565

‎config-HEDT/broadwell-e.md

+26-140
Large diffs are not rendered by default.

‎config-HEDT/haswell-e.md

+26-140
Large diffs are not rendered by default.

‎config-HEDT/skylake-x.md

+25-148
Large diffs are not rendered by default.

‎config.plist/README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ Now that we've got all our Kexts(.kext), SSDTs(.aml) and firmware drivers(.efi),
44

55
![](/images/config/config-universal/almost-done.png)
66

7-
* **Note**: Your USB **will look different**, everyone's system will have different requirements.
8-
9-
7+
* **Note**: Your USB **will look different**, everyone's system will have different requirements.
108

119
## Creating your config.plist
1210

@@ -16,7 +14,6 @@ First we'll want to grab the sample.plist from the [OpenCorePkg](https://github.
1614

1715
Next lets move it onto our USB's EFI partition(will be called BOOT on Windows) under `EFI/OC/`, and rename it to config.plist:
1816

19-
2017
![](/images/config/config-universal/renamed.png)
2118

2219
## Adding your SSDTs, Kexts and Firmware Drivers
@@ -27,7 +24,7 @@ For the rest of this guide, you're gonna need some form of plist editing. And fo
2724
* Universal plist editor
2825
* [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS)
2926
* For generating our SMBIOS data
30-
27+
3128
Next, let's open ProperTree and edit our config.plist:
3229

3330
* `ProperTree.command`
@@ -53,7 +50,6 @@ If you wish to clean up the file a bit, you can remove the `#WARNING` entries. T
5350

5451
Now comes the important part, selecting the configuration path. Each platform has their own unique quirks that you need to account for so knowing your hardware is super important. See below for what to follow:
5552

56-
5753
### Intel Desktop
5854

5955
[Ivy Bridge](/config.plist/ivy-bridge.md)

‎config.plist/coffee-lake.md

+28-154
Large diffs are not rendered by default.

‎config.plist/comet-lake.md

+30-158
Large diffs are not rendered by default.

‎config.plist/haswell.md

+28-152
Large diffs are not rendered by default.

‎config.plist/ivy-bridge.md

+26-151
Large diffs are not rendered by default.

‎config.plist/kaby-lake.md

+27-153
Large diffs are not rendered by default.

‎config.plist/skylake.md

+27-155
Large diffs are not rendered by default.

‎installer-guide/linux-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ In terminal:
116116
* It will take some time. A LOT if you're using a slow USB (took me about less than 5 minutes with a fast USB2.0 drive).
117117
![](/images/installer-guide/linux-install-md/unknown-21.png)
118118

119-
### Now with all this done...
119+
### Now with all this done
120120

121121
... head to [Setting up the EFI](/installer-guide/opencore-efi.md) to finish up your work.

‎installer-guide/mac-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ You'll notice that once we open the EFI partition, it's empty. This is where the
6363

6464
![Empty EFI partition](/images/installer-guide/mac-install-md/base-efi.png)
6565

66-
### Now with all this done...
66+
### Now with all this done
6767

6868
... head to [Setting up the EFI](/installer-guide/opencore-efi.md) to finish up your work.

‎installer-guide/opencore-efi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Here's what a populated EFI ***can*** look like (yours will be different):
4848
* Kexts(`.kext`) go in Kexts folder
4949
* Firmware drivers(`.efi`) go in the Drivers folder
5050

51-
# Now with all this done...
51+
# Now with all this done
5252

5353
... head to [Gathering Files](/ktext.md) to get the needed kexts and firmware drivers.

‎installer-guide/winblows-install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ MakeInstall will finish up by installing OpenCore to your USB's EFI System Parti
4141

4242
![](/images/installer-guide/winblows-install-md/EFI-base.png)
4343

44-
### Now with all this done...
44+
### Now with all this done
4545

4646
... head to [Setting up the EFI](/installer-guide/opencore-efi.md) to finish up your work.

‎ktext.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,6 @@ A quick TL;DR of needed SSDTs(This is source code, you will have to compile them
195195
| **EC** | [SSDT-EC](https://dortania.github.io/Getting-Started-With-ACPI/) | [SSDT-EC](https://dortania.github.io/Getting-Started-With-ACPI/) | [SSDT-EC](https://dortania.github.io/Getting-Started-With-ACPI/) | [SSDT-EC-USBX](https://dortania.github.io/Getting-Started-With-ACPI/) |
196196
| **AWAC** | N/A | N/A | N/A | [SSDT-AWAC](https://dortania.github.io/Getting-Started-With-ACPI/) |
197197

198-
# Now with all this done...
198+
# Now with all this done
199199

200200
... head to [Getting Started With ACPI](https://dortania.github.io/Getting-Started-With-ACPI/).

0 commit comments

Comments
 (0)
Please sign in to comment.