diff --git a/_configplist/02-AMD/01-Desktop/04-5XXX/05-Kernel.md b/_configplist/02-AMD/01-Desktop/04-5XXX/05-Kernel.md index 9c125c5..fb23c78 100644 --- a/_configplist/02-AMD/01-Desktop/04-5XXX/05-Kernel.md +++ b/_configplist/02-AMD/01-Desktop/04-5XXX/05-Kernel.md @@ -35,16 +35,14 @@ has_toc: false

Add

-This section of the config is meant to expose the various Kexts in your OC folder. This along with many of the other sections will be auto-filled by simply going to ``File -> OC Clean Snapshot`` and selecting the root OC folder in your USB. This step may have already been done, no need to redo. - This section is where OpenCore is told what kernel extensions, kexts, it should look for and load from the Kexts folder in your OpenCore EFI. -If a kext is not present here, OpenCore will not load it. If a kext is defined here but the file is missing from the folder, OpenCore will stop and inform you of the error. +If a kext is not present here, OpenCore will not load it. If a kext is defined here but the file is missing from the folder, OpenCore will stop booting and inform you of the error. This is one of the sections that can be automatically filled out in ProperTree by going to ``File -> OC Clean Snapshot`` and selecting your OC folder.

Block

-Blocks certain Kexts from loading. +This is used to block specified kexts from loading, which is sometimes necessary when macOS attempts to load kexts that will cause problems. The need for this is usually explained by guides for enabling specific hardware.

Emulate

diff --git a/docs/03-Changelog/index.md b/docs/03-Changelog/index.md index 750a5c1..01679c4 100644 --- a/docs/03-Changelog/index.md +++ b/docs/03-Changelog/index.md @@ -37,6 +37,32 @@ All notable changes to this project will be documented in this file. The format --- +## Touched up Kernel +### Prerelease@CarnationsInternal +#### By cerbiscode + +## [Version~Type] - 2024-08-28 + +### Added +- + +### Changed +- Various parts of the Kernel explanations. + +### Fixed +- + +### Deprecated +- + +### Removed +- + +### Security +- + +--- + ## More work on the NVRAM section ### Prerelease@CarnationsInternal #### By cerbiscode