diff --git a/Gemfile b/Gemfile index 2f62b27..8ee4823 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,9 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.2" # installed by `gem jekyll` +gem "csv" # csv was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. +gem "base64" # base64 was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0. +gem "logger" # logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 gem "just-the-docs", "0.9.0" # pinned to the current release diff --git a/Gemfile.lock b/Gemfile.lock index 819b5e6..09ceba4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,24 +3,18 @@ GEM specs: addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) bigdecimal (3.1.8) colorator (1.1.0) concurrent-ruby (1.3.4) + csv (3.3.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0) forwardable-extended (2.6.0) - google-protobuf (4.27.4-arm64-darwin) - bigdecimal - rake (>= 13) - google-protobuf (4.27.4-x86_64-darwin) - bigdecimal - rake (>= 13) - google-protobuf (4.27.4-x86_64-linux) + google-protobuf (4.27.4) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -63,6 +57,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.4) mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -75,12 +70,8 @@ GEM strscan rouge (4.3.0) safe_yaml (1.0.5) - sass-embedded (1.77.8-arm64-darwin) - google-protobuf (~> 4.26) sass-embedded (1.77.8-x86_64-darwin) google-protobuf (~> 4.26) - sass-embedded (1.77.8-x86_64-linux-gnu) - google-protobuf (~> 4.26) strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -88,14 +79,14 @@ GEM webrick (1.8.1) PLATFORMS - arm64-darwin-23 - x86_64-darwin-22 x86_64-darwin-23 - x86_64-linux DEPENDENCIES + base64 + csv jekyll (~> 4.3.2) just-the-docs (= 0.9.0) + logger BUNDLED WITH - 2.5.23 + 2.6.2 diff --git a/_config.yml b/_config.yml index 9c70e37..aecc73a 100644 --- a/_config.yml +++ b/_config.yml @@ -80,3 +80,6 @@ aux_links: # Makes Aux links open in a new tab. Default is false # This is required for smooth operation of interlinked pages for navigation aux_links_new_tab: false + +# For copy button on code blocks +enable_copy_code_button: true diff --git a/_hardware/02-Consequences.md b/_hardware/02-Consequences.md index 02fd19c..54de943 100644 --- a/_hardware/02-Consequences.md +++ b/_hardware/02-Consequences.md @@ -29,7 +29,7 @@ has_toc: false

Graphics Related


- +

The most important and absolutely required aspect is a supported Graphics Processing Unit. When you run the Mac operating system without a properly supported graphics card, you are running the entire OS in VESA / VGA mode. This means you have 0 graphics acceleration, it is being done via CPU rendering, which as you can see above, is a non usable experience. Imagine if your Windows PC did not have a graphics card, that's basically what it is to OS X / macOS. If your GPU/iGPU is not in the support chart, you will basically be using the system as if no Graphics Processing Unit exists at all. The Mac operating system heavily relies on a GPU to properly use, because every Mac has always had a GPU that worked (iGPU), and makes heavy use of it for things like Drop Shadows, Gaussian Blur, Dock Transparency, Minimizing/Maximizing animations, and other Aqua effects. The experience is much worse than non accelerated Windows, and is considered to be unusable in this state.

diff --git a/_hardware/03-KnowYourHardware/01-Windows/index.md b/_hardware/03-KnowYourHardware/01-Windows/index.md index 7a50c43..85c7b9f 100644 --- a/_hardware/03-KnowYourHardware/01-Windows/index.md +++ b/_hardware/03-KnowYourHardware/01-Windows/index.md @@ -2,6 +2,7 @@ layout: default title: Windows parent: Know Your hardware +description: How to inspect and take note of the hardware present in your system on Windows. nav_order: 1 has_children: false has_toc: false @@ -75,7 +76,8 @@ In order to easily get the most information from our system, we'll want to use <

-

Finding CPU Name

+

Finding CPU Name

+

To begin, you can quickly find out your CPU Name and Codename with the System Summary that appeared. The upper left corner displays the following useful information:

@@ -94,7 +96,8 @@ YourMachineName -> Motherboard -> SMBIOS DMI -> Processor
-

Finding GPU Information

+

Finding GPU Information

+

Using the System Summary we can see on the top right, is the GPU information we can note down.

@@ -117,7 +120,8 @@ YourMachineName -> Video Adapter -> GPU Name

This section also gives you the Vendor and Device ID if a Helper asks for that information, when verifying a specific non-specifically named GPU device like Radeon Graphics.


-

Finding Motherboard Name/Chipset

+

Finding Motherboard Name/Chipset

+

Using the System Summary, in the middle top area you will get basic information on the motherboard.

@@ -144,7 +148,8 @@ YourMachineName -> Motherboard -> SMBIOS DMI -> BIOS
-

Finding Storage Name/Model/Type

+

Finding Storage Name/Model/Type

+

You can quickly find basic information such as the Interface Type and Name of your storage in the bottom right corner of the System Summary.

@@ -171,7 +176,8 @@ YourMachineName -> Drives -> Type -> Name

As you can see above, you can now write or copy/paste the PciRoot data.


-

Finding Networking Controllers

+

Finding Networking Controllers

+

You'll need to use the Full System Summary window to view this data.

@@ -198,7 +204,8 @@ YourMachineName -> Network -> Device Name

This is a great way to find out the Name, Chipset, and the PciRoot of your networking interface of choice.


-

Finding Sound Controller and Codecs

+

Finding Sound Controller and Codecs

+

You'll need to use the Full System Summary window to view this data.

@@ -210,16 +217,17 @@ YourMachineName -> Audio -> Audio Controller Name -

In the above screenshot, we can see that this specific Audio Controller on the example motherboard, has an ALC1220 Codec, and the Vendor/Device ID are visible to note down as well.

+

In the above screenshot, we can see that this specific Audio Controller on the example motherboard, the Vendor/Device ID are visible to note down, we will require the device-id later for calculating which AppleALC layout to use, and if we need to use AppleALC at all, or another kext for audio.

-

Here's a laptop in HWiNFO64, displaying the codec for the sound controller as ALC285 for the motherboard and the Vendor/Device ID are visible to note down as well.

+

Here's a laptop in HWiNFO64 displaying the Vendor/Device ID, visible to note down as well.


-

Finding Input Devices and Type

+

Finding Input Devices and Type

+
{: .internalnote } This section is a placeholder outline for Contributors to fill in! Thank you for this, I have 0 laptop experience :P The plan here is to first find the Trackpad/Touchpad, and determine its type, then we move on and figure out Keyboard. @@ -246,7 +254,7 @@ This section is specific to Mobile platforms, such as Laptops and Handhelds. If

To get started, begin by opening a new Device Manager window by right clicking your Start Menu and selecting Device Manager to get a new fresh window like so:

-Fresh Device Manager Window +Fresh Device Manager Window

We're going to want to click on View -> Device by Connection @@ -254,14 +262,14 @@ This section is specific to Mobile platforms, such as Laptops and Handhelds. If

Dropdown Menu

- - Dropdown Menu + + Dropdown Menu

New Window Appearance

- - New Window Appearance + + New Window Appearance
@@ -269,19 +277,19 @@ This section is specific to Mobile platforms, such as Laptops and Handhelds. If

Placeholder Step.

-[Missing Content] Placeholder +[Missing Content] Placeholder

Placeholder Step.

-[Missing Content] Placeholder +[Missing Content] Placeholder

Placeholder Step.

-[Missing Content] Placeholder +[Missing Content] Placeholder

diff --git a/_hardware/03-KnowYourHardware/02-Linux/index.md b/_hardware/03-KnowYourHardware/02-Linux/index.md index b5045cc..dc82b08 100644 --- a/_hardware/03-KnowYourHardware/02-Linux/index.md +++ b/_hardware/03-KnowYourHardware/02-Linux/index.md @@ -2,6 +2,7 @@ layout: default title: Linux parent: Know Your hardware +description: How to inspect and take note of the hardware present in your system on Linux. nav_order: 2 has_children: false has_toc: false @@ -41,7 +42,8 @@ has_toc: false The commands below should work regardless of the distribution of Linux you are using! There are multiple ways to get the same information, so if you are missing a package or a command does not work for you, try using the others in the intended section as a last resort.
-

Finding CPU Name

+

Finding CPU Name

+

The command below will probe /proc/cpuinfo and pretty print you the info you need

@@ -56,7 +58,8 @@ AMD Ryzen 7 3700X 8-Core Processor ```
-

Finding GPU Information

+

Finding GPU Information

+

We'll need to know a decent amount about our Graphics Processing Units. You may have more than one in your system, please note that Integrated and Dedicated GPUs both count and will appear, you will want to know plenty for both. We'll get the GPU Name, the Vendor and Device ID as well. In this section, you'll also get the PCI location of the GPU, in case you require it later to disable non supported GPUs from being visible in OS X / macOS

@@ -77,7 +80,8 @@ lspci -nn | grep -i -E 'vga|3d|2d|display' - ``[1002:73ff]`` is the Vendor and Device ID data
-

Finding Motherboard Name/Chipset

+

Finding Motherboard Name/Chipset

+

This one is a bit trickier, as the information is not directly exposed in a command typically. Below we will start with the most universal option using Cat and reading from the filesystem.

@@ -108,7 +112,8 @@ sudo dmidecode -t baseboard | grep -E 'Manufacturer|Product' ```
-

Finding Storage Name/Model/Type

+

Finding Storage Name/Model/Type

+

Most, if not all Linux installations come with lsblk. We can use it to specifically find out what type of storage we have, and the Product Name/Model of it.

@@ -125,7 +130,8 @@ nvme2n1 Samsung SSD 980 1TB ```
-

Finding Networking Controllers

+

Finding Networking Controllers

+

We can again leverage LSPCI to parse out information related to Networking, and all types available on your system.

@@ -152,7 +158,8 @@ lspci -nn | grep -i -E 'ethernet|network' - ``[8086:2725]`` is the Vendor and Device ID data
-

Finding Sound Controller and Codecs

+

Finding Sound Controller and Codecs

+

Like the motherboard information, finding out the specific Codec in use by your Sound Controller is a tad tricky and may require additional packages but, we'll try the universal methods first.

@@ -200,7 +207,8 @@ card 1: Generic [HD-Audio Generic], device 1: ALC1220 Analog [ALC1220 Analog]

We're looking for something similar to ALC1220. That is the Codec.


-

Finding Input Devices and Type

+

Finding Input Devices and Type

+
{: .note } This section is specific to Mobile platforms, such as Laptops and Handhelds. If you are on a Desktop, you can safely skip this section of the instructions. diff --git a/_hardware/04-CompatibilityCharts/01-CPU/02-AMD/index.md b/_hardware/04-CompatibilityCharts/01-CPU/02-AMD/index.md index 654d198..34ac941 100644 --- a/_hardware/04-CompatibilityCharts/01-CPU/02-AMD/index.md +++ b/_hardware/04-CompatibilityCharts/01-CPU/02-AMD/index.md @@ -47,7 +47,7 @@ We need to pick through and remove non viable CPUs that would not make a working Still missing older than Ryzen data such as Bulldozer, Jaguar, and Puma {: .note } -> No Mac computer has ever shipped with an AMD CPU. Many programs use libraries or CPU features that AMD CPUs cannot handle. Programs affected include, but are not limited to: Discord Krisp, Adobe CC applications, Corel Painter, and others. Carnations Botanica has a Kernel Extension to resolve such issues via IntelMKLFixup by Kaitlyn (irlbunny) +> No Mac computer has ever shipped with an AMD CPU. Many programs use libraries or CPU features that AMD CPUs cannot handle. Programs affected include, but are not limited to: Discord Krisp, Adobe CC applications, Corel Painter, and others. Carnations Botanica has a Kernel Extension to resolve such issues via IntelMKLFixup by Kaitlyn > > AMD CPUs utilize SVM (Secure Virtual Machine), while Intel CPUs utilize VT-x (Virtualization Extensions) for programs like Docker, Virtualbox, VMware, Parallels, UTM, QEMU, and others. This means you will not have the ability to virtualize on your AMD-based Hac. This is currently an open issue. Possible workarounds are using older versions of software that utilize their own Hypervisor and not Apple HV / Hypervisor.framework, but this is unsafe. > diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index cec6278..8da6b6b 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -1,4 +1,4 @@ -Core Configuration Docs Version 1.0.0~prerelease@restructure
+Core Configuration Docs Version 1.0.0~prerelease@CarnationsInternal
Copyright © 2024 Carnations Botánica.
Distributed by a CC BY-NC-SA 4.0 License.
-Last Modified: Sat, 12 Oct 2024 18:04:19 CDT \ No newline at end of file +Last Modified: Thu, 9 Jan 2025 3:19:12 CDT \ No newline at end of file diff --git a/_includes/head_custom.html b/_includes/head_custom.html index 3643e2f..dd5648c 100644 --- a/_includes/head_custom.html +++ b/_includes/head_custom.html @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/_opencore/02-GatheringFiles/01-EFI/01-ACPI/index.md b/_opencore/02-GatheringFiles/01-EFI/01-ACPI/index.md index c928b8c..dfcc8ce 100644 --- a/_opencore/02-GatheringFiles/01-EFI/01-ACPI/index.md +++ b/_opencore/02-GatheringFiles/01-EFI/01-ACPI/index.md @@ -45,7 +45,11 @@ So, what's this talk about SSDTs? What even are they? and what the heck is a DSD Your firmware (BIOS) contains Tables that hold information that describe the hardware on your system, in a very deep level. For future reference, the DSDT (Differentiated System Description Table) is the direct outline given to an OS by your motherboard. Whereas, an SSDT (Secondary System Description Table) tells the OS extra information and definitions for a specific bit of hardware and how it's being dealt with on the system. +The goal for this folder is to create various SSDTs that will better align your firmwares tables to better fix the expectations of OS X / macOS. There are currently two ways to populate the contents of this folder, the manual way involving manually writing the code that is then compiled into an ``.aml`` file using ``iasl`` or you can use CorpNewt's SSDTTime tool to quickly run through the common patches required by most systems. +We encourage everyone to create their SSDTs with SSDTTime as it dumps the current machines firmware DSDT and files, to create patches using your own local tables. This can be a better alternative than using any prebuilt ``.aml`` files, where applicable. + +Before continuing on to the next page depending on your chosen method, please scroll through this page past the navigation bar to make a note of what SSDTs you'll need.


@@ -59,3 +63,12 @@ Your firmware (BIOS) contains Tables that hold information that describe the har

+
+ +

What does my system most likely require?

+
+ +{: .internalnote } +This section will be used to hold a chart of chipsets and common SSDTs required for such chipsets, very similar to the already existing charts from Dortania, but in a different layout as to make it easier to know which to generate via SSDTTime or manually + + diff --git a/_opencore/02-GatheringFiles/01-EFI/02-Drivers.md b/_opencore/02-GatheringFiles/01-EFI/02-Drivers.md index 1eedaeb..2505de1 100644 --- a/_opencore/02-GatheringFiles/01-EFI/02-Drivers.md +++ b/_opencore/02-GatheringFiles/01-EFI/02-Drivers.md @@ -46,7 +46,7 @@ You can also replace ``OpenHfsPlus.efi`` with the proprietary HFS+ Driver from A ``OpenRuntime.efi`` is not optional. It is required for proper OpenCore injection. -The rest of this page documents all known Drivers and their purpose for safe keeping. +**The rest of this page documents all known Drivers and their purpose for safe keeping.**


@@ -59,7 +59,8 @@ The rest of this page documents all known Drivers and their purpose for safe kee
-# **Drivers provided in OpenCorePkg** +

Drivers provided in OpenCorePkg

+
| Driver | Purpose | Requirement | | ArpDxe.efi | Networking protocol driver | No | @@ -83,7 +84,7 @@ The rest of this page documents all known Drivers and their purpose for safe kee | OpenLegacyBoot.efi | Used to boot legacy OS from Pre-UEFI systems | No | | OpenLinuxBoot.efi | Used to allow dual-booting Linux through OpenCore
Do not add this for initial installation. | No | | OpenNtfsDxe.efi | Driver to read NTFS drives
| No | -| OpenPartitionDxe.efi | Required to boot recovery on OS X 10.7 through 10.9.
Not required for OS X 10.10, Yosemite and newer. | Conditional | +| OpenPartitionDxe.efi | Required to boot recovery on OS X 10.7 through 10.9.
Not required for OS X Yosemite (10.10) and newer. | Conditional | | OpenRuntime.efi | Replacement for [AptioMemoryFix.efi](https://github.com/acidanthera/AptioFixPkg)
An extension for OpenCore to help with patching boot.efi for NVRAM fixes and better memory management. | Yes | | OpenUsbKbDxe.efi | Used for OpenCore picker on legacy systems running DuetPkg. | No | | OpenVariableRuntimeDxe.efi | The emulated NVRAM driver. | No | @@ -97,8 +98,8 @@ The rest of this page documents all known Drivers and their purpose for safe kee | UsbMouseDxe.efi | Used for enabling USB mouse on GUI interface provided by OpenCanopy.
Don't add this for initial installation. | No | | XhciDxe.efi | Responsible for managing the behavior of XHCI controller.
Don't add this unless your machine doesn't support UEFI.
It is for adding external USB 3 PCI card support. | No | - -# **Third-Party Drivers** +

Third-Party Drivers

+
| Driver | Purpose | Requirement | | [HfsPlus.efi](https://github.com/acidanthera/OcBinaryData/raw/refs/heads/master/Drivers/HfsPlus.efi) | Apple’s proprietary driver for HFS volumes. | Conditional | diff --git a/_opencore/02-GatheringFiles/01-EFI/03-Kexts.md b/_opencore/02-GatheringFiles/01-EFI/03-Kexts.md index 80fd15b..beb3c25 100644 --- a/_opencore/02-GatheringFiles/01-EFI/03-Kexts.md +++ b/_opencore/02-GatheringFiles/01-EFI/03-Kexts.md @@ -34,7 +34,7 @@ has_toc: false

Everything you need to know.


-A kext is short for kernel extension. These extensions make it possible to extend the functionality of the operating system without having to recompile the kernel itself. Kexts are similar to drivers in Windows because they allow the kernel to communicate with the computer's hardware and are often used to add support for new hardware or improve existing hardware features. +A kext is short for **K**ernel **ext**ension. These extensions make it possible to extend the functionality of the operating system without having to recompile the kernel itself. Kexts are similar to drivers in Windows because they allow the kernel to communicate with the computer's hardware and are often used to add support for new hardware or improve existing hardware features. Kext files are actually bundles that contain multiple files, similar to ZIP archives, but are not compressed - that's why they appear as folders in Windows or Linux. In OS X / macOS, you can view the contents of a kext file by right-clicking it and selecting “Show Package Contents”, in other OS, you can simply treat them like folders. @@ -48,7 +48,9 @@ We want to make sure we're always grabbing the most minimal amount of kexts for Lilu is a patching engine that plugin kexts will use. Many popular hackintosh kernel extensions are Lilu plug-ins meaning it is a requirement, while VirtualSMC provides your system with the SMC device of a real Mac computer, which is required to pass the [DSMOS]() test during boot. From the charts below, you will be able to determine what else you will require to boot your system. -The rest of this page documents all known Kexts and their purpose for safe keeping. You will NOT need every single kext, and again, focus on maintaining the minimal amount to boot the recoveryOS environment. +**The rest of this page documents all known Kexts and their purpose for safe keeping.** + +You will NOT need every single kext. Focus on maintaining the minimal amount of kexts to boot the recoveryOS environment. Much later, we can figure out what is missing and add additional kexts based on your hardware.


diff --git a/_opencore/02-GatheringFiles/01-EFI/04-Tools.md b/_opencore/02-GatheringFiles/01-EFI/04-Tools.md index 9e721e5..d4da0ed 100644 --- a/_opencore/02-GatheringFiles/01-EFI/04-Tools.md +++ b/_opencore/02-GatheringFiles/01-EFI/04-Tools.md @@ -34,9 +34,9 @@ has_toc: false

These add functionality to OpenCore.


-For our purposes of building a minimal and initial EFI, you can delete all included Tools. You may only ever need to add ``OpenShell.efi`` if a Helper, requests you to provide additional information. +For our purposes of building a minimal and initial EFI, you can delete all included Tools. You may only ever need to add ``OpenShell.efi`` if a Helper, requests you to provide additional information about the system, that can be retrieved from OpenShell. -The rest of this page documents all known Tools and their purpose for safe keeping. +**The rest of this page documents all known Tools and their purpose for safe keeping.**


diff --git a/_opencore/02-GatheringFiles/index.md b/_opencore/02-GatheringFiles/index.md index c684476..f981492 100644 --- a/_opencore/02-GatheringFiles/index.md +++ b/_opencore/02-GatheringFiles/index.md @@ -66,7 +66,7 @@ Move the ``EFI`` folder that exists within the architecture of choice, and drop

- +

LEFT: OpenCore ZIP opened in X64 folder, RIGHT: Root of Freshly formatted USB stick.

@@ -94,7 +94,7 @@ Now, you'll need to quickly browse for ``Sample.plist`` within ``Docs/`` folder

- +


@@ -102,7 +102,7 @@ Copy and paste this ``Sample.plist`` onto ``USB/EFI/OC/Sample.plist`` like so:

- +


diff --git a/assets/HardwareLimitations/HighSierraNoGPUAccel.gif b/assets/Carnations/HighSierraNoGPUAccel.gif similarity index 100% rename from assets/HardwareLimitations/HighSierraNoGPUAccel.gif rename to assets/Carnations/HighSierraNoGPUAccel.gif diff --git a/assets/Carnations/Release1Roadmap.txt b/assets/Carnations/Release1Roadmap.txt deleted file mode 100644 index 78e80f9..0000000 --- a/assets/Carnations/Release1Roadmap.txt +++ /dev/null @@ -1,105 +0,0 @@ -Welcome to the Botánica - -> Setting Expectations - -> General DO's and DON'Ts - -> Frequently used Terminology - -> Outlining the Docs and Process - -Understanding your Hardware - -> CPU Model - -> GPU Model - -> Motherboard Model - -> Network Controller Model - -> Storage Brand/Model - -> Audio Codec Information - -> Setting BIOS Settings - -Hardware Support Charts - -> Verifying your hardware is compatible - -> CPU Support Charts - -> GPU Support Charts - -> Motherboard Support Charts - -> Storage Support Charts - -> Networking Support Charts - -> Miscellaneous Hardware Support Chart - -> Deciding on the appropriate target install version - -OpenCore USB Creation - -> Formatting a USB as FAT32 for OpenCore Usage - -> Downloading the latest OpenCore DEBUG - -> Unzipping and review of needed files - -> Placing files on to the USB and initial clean up. - -> Using DarwinFetch to get com.apple.boot.recovery - -Configuring Folders - -> ACPI - -> Drivers - -> Kexts - -> Resources - -> Tools - -Configuring Config.plist - -> Introduction Page - -> Intel Generations - -> Example Generation Name - -> ACPI - -> Booter - -> Device Properties - -> Kernel - -> Miscellaneous - -> NVRAM - -> PlatformInfo - -> UEFI - -> Completion - -> Example Generation Name (Laptop) - -> Example Generation Name - -> AMD category - -> Desktops category - -> Example Generation Name - -> ACPI - -> Booter - -> Device Properties - -> Kernel - -> Miscellaneous - -> NVRAM - -> PlatformInfo - -> UEFI - -> Completion - -> Laptops and Mobile category - -> Example Generation Name - -> ACPI - -> Booter - -> Device Properties - -> Kernel - -> Miscellaneous - -> NVRAM - -> PlatformInfo - -> UEFI - -> Completion - -Installation of OS X / macOS - -> Planning your install disk - -> Using Linux live USB to use GParted (Not Required) - -> Attempting first boot of recoveryOS via OpenCore - -> Using Disk Utility to format target disk - -> General Troubleshooting - -> High Sierra recoveryOS Repairing URL - -> Initial Setup of OS X / macOS - -> General inspection of What's Working, What's Not - -General Troubleshooting - -> Issues during OpenCore - -> Issues during Kernel Space - -> Issues during User Space - -Post Installation - -> USB Mapping - -> Motherboard Audio - -> Memory Configuration for MacPro7,1 - -> iServices - -> Fixing en0 as Built-in - -> DRM - -> So on... there's too much to do post install, and we can have - -> a shit load of writeups for so much information post install - -~ RGX @ June 26th -~ cerbiscode @ July 5th \ No newline at end of file diff --git a/assets/Carnations_logo.svg b/assets/Carnations_logo.svg deleted file mode 100755 index a4456a7..0000000 --- a/assets/Carnations_logo.svg +++ /dev/null @@ -1,809 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Licensed under CC BY-NC-NDFor Carnations Botánica by Cerbis - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/CorpNewt/AMDVanillaPatches/Github.png b/assets/CorpNewt/AMDVanillaPatches/Github.png new file mode 100644 index 0000000..0fb2d46 Binary files /dev/null and b/assets/CorpNewt/AMDVanillaPatches/Github.png differ diff --git a/assets/CorpNewt/DevicePath/Github.png b/assets/CorpNewt/DevicePath/Github.png new file mode 100644 index 0000000..f28a652 Binary files /dev/null and b/assets/CorpNewt/DevicePath/Github.png differ diff --git a/assets/CorpNewt/GenSMBIOS/Github.png b/assets/CorpNewt/GenSMBIOS/Github.png new file mode 100644 index 0000000..ecd355f Binary files /dev/null and b/assets/CorpNewt/GenSMBIOS/Github.png differ diff --git a/assets/CorpNewt/ProperTree/FileDropDownMenu.png b/assets/CorpNewt/ProperTree/FileDropDownMenu.png new file mode 100644 index 0000000..8d8d727 Binary files /dev/null and b/assets/CorpNewt/ProperTree/FileDropDownMenu.png differ diff --git a/assets/CorpNewt/ProperTree/FileOCCleanSnapshot.png b/assets/CorpNewt/ProperTree/FileOCCleanSnapshot.png new file mode 100644 index 0000000..184c7d9 Binary files /dev/null and b/assets/CorpNewt/ProperTree/FileOCCleanSnapshot.png differ diff --git a/assets/CorpNewt/ProperTree/FileStripComments.png b/assets/CorpNewt/ProperTree/FileStripComments.png new file mode 100644 index 0000000..a35e9b7 Binary files /dev/null and b/assets/CorpNewt/ProperTree/FileStripComments.png differ diff --git a/assets/CorpNewt/ProperTree/FileStripDisabledEntries.png b/assets/CorpNewt/ProperTree/FileStripDisabledEntries.png new file mode 100644 index 0000000..58bbe22 Binary files /dev/null and b/assets/CorpNewt/ProperTree/FileStripDisabledEntries.png differ diff --git a/assets/CorpNewt/ProperTree/Github.png b/assets/CorpNewt/ProperTree/Github.png new file mode 100644 index 0000000..a4caee3 Binary files /dev/null and b/assets/CorpNewt/ProperTree/Github.png differ diff --git a/assets/CorpNewt/ProperTree/InitialUnzip.png b/assets/CorpNewt/ProperTree/InitialUnzip.png new file mode 100644 index 0000000..ff85211 Binary files /dev/null and b/assets/CorpNewt/ProperTree/InitialUnzip.png differ diff --git a/assets/CorpNewt/ProperTree/MainWindowInitial.png b/assets/CorpNewt/ProperTree/MainWindowInitial.png new file mode 100644 index 0000000..a617044 Binary files /dev/null and b/assets/CorpNewt/ProperTree/MainWindowInitial.png differ diff --git a/assets/CorpNewt/ProperTree/MainWindowInitialSamplePlist.png b/assets/CorpNewt/ProperTree/MainWindowInitialSamplePlist.png new file mode 100644 index 0000000..cbc18fb Binary files /dev/null and b/assets/CorpNewt/ProperTree/MainWindowInitialSamplePlist.png differ diff --git a/assets/CorpNewt/ProperTree/MainWindowWarningsRemoved.png b/assets/CorpNewt/ProperTree/MainWindowWarningsRemoved.png new file mode 100644 index 0000000..3ec741b Binary files /dev/null and b/assets/CorpNewt/ProperTree/MainWindowWarningsRemoved.png differ diff --git a/assets/CorpNewt/ProperTree/OCCleanSnapshotExample.png b/assets/CorpNewt/ProperTree/OCCleanSnapshotExample.png new file mode 100644 index 0000000..712e646 Binary files /dev/null and b/assets/CorpNewt/ProperTree/OCCleanSnapshotExample.png differ diff --git a/assets/CorpNewt/ProperTree/PopupSelectOCFolder.png b/assets/CorpNewt/ProperTree/PopupSelectOCFolder.png new file mode 100644 index 0000000..2aa7379 Binary files /dev/null and b/assets/CorpNewt/ProperTree/PopupSelectOCFolder.png differ diff --git a/assets/CorpNewt/ProperTree/PostInitialStripping.png b/assets/CorpNewt/ProperTree/PostInitialStripping.png new file mode 100644 index 0000000..8f8fc8a Binary files /dev/null and b/assets/CorpNewt/ProperTree/PostInitialStripping.png differ diff --git a/assets/CorpNewt/ProperTree/WindowsSmartScreen.png b/assets/CorpNewt/ProperTree/WindowsSmartScreen.png new file mode 100644 index 0000000..93acd5e Binary files /dev/null and b/assets/CorpNewt/ProperTree/WindowsSmartScreen.png differ diff --git a/assets/CorpNewt/SSDTTime/FakeECDesktopGeneration.png b/assets/CorpNewt/SSDTTime/FakeECDesktopGeneration.png new file mode 100644 index 0000000..ff66196 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/FakeECDesktopGeneration.png differ diff --git a/assets/CorpNewt/SSDTTime/Github.png b/assets/CorpNewt/SSDTTime/Github.png new file mode 100644 index 0000000..56435d7 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/Github.png differ diff --git a/assets/CorpNewt/SSDTTime/IRQPatchGeneration.png b/assets/CorpNewt/SSDTTime/IRQPatchGeneration.png new file mode 100644 index 0000000..4fefaaa Binary files /dev/null and b/assets/CorpNewt/SSDTTime/IRQPatchGeneration.png differ diff --git a/assets/CorpNewt/SSDTTime/IRQPatchMainMenu.png b/assets/CorpNewt/SSDTTime/IRQPatchMainMenu.png new file mode 100644 index 0000000..f35458b Binary files /dev/null and b/assets/CorpNewt/SSDTTime/IRQPatchMainMenu.png differ diff --git a/assets/CorpNewt/SSDTTime/InitialACPIDump.png b/assets/CorpNewt/SSDTTime/InitialACPIDump.png new file mode 100644 index 0000000..d6f6eb1 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/InitialACPIDump.png differ diff --git a/assets/CorpNewt/SSDTTime/InitialUnzip.png b/assets/CorpNewt/SSDTTime/InitialUnzip.png new file mode 100644 index 0000000..3707b08 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/InitialUnzip.png differ diff --git a/assets/CorpNewt/SSDTTime/MainMenuInitial.png b/assets/CorpNewt/SSDTTime/MainMenuInitial.png new file mode 100644 index 0000000..42cd53e Binary files /dev/null and b/assets/CorpNewt/SSDTTime/MainMenuInitial.png differ diff --git a/assets/CorpNewt/SSDTTime/MainMenuPostACPIDump.png b/assets/CorpNewt/SSDTTime/MainMenuPostACPIDump.png new file mode 100644 index 0000000..d7e0bac Binary files /dev/null and b/assets/CorpNewt/SSDTTime/MainMenuPostACPIDump.png differ diff --git a/assets/CorpNewt/SSDTTime/PCIBridgePatchGeneration.png b/assets/CorpNewt/SSDTTime/PCIBridgePatchGeneration.png new file mode 100644 index 0000000..c7c89ca Binary files /dev/null and b/assets/CorpNewt/SSDTTime/PCIBridgePatchGeneration.png differ diff --git a/assets/CorpNewt/SSDTTime/PCIBridgePatchMainMenu.png b/assets/CorpNewt/SSDTTime/PCIBridgePatchMainMenu.png new file mode 100644 index 0000000..6c75b1a Binary files /dev/null and b/assets/CorpNewt/SSDTTime/PCIBridgePatchMainMenu.png differ diff --git a/assets/CorpNewt/SSDTTime/PluginTypePatchGeneration.png b/assets/CorpNewt/SSDTTime/PluginTypePatchGeneration.png new file mode 100644 index 0000000..14c9361 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/PluginTypePatchGeneration.png differ diff --git a/assets/CorpNewt/SSDTTime/ResultsFolderExample.png b/assets/CorpNewt/SSDTTime/ResultsFolderExample.png new file mode 100644 index 0000000..69519ff Binary files /dev/null and b/assets/CorpNewt/SSDTTime/ResultsFolderExample.png differ diff --git a/assets/CorpNewt/SSDTTime/ResultsPatchesOCplist.png b/assets/CorpNewt/SSDTTime/ResultsPatchesOCplist.png new file mode 100644 index 0000000..69044c1 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/ResultsPatchesOCplist.png differ diff --git a/assets/CorpNewt/SSDTTime/ResultsSortedByAML.png b/assets/CorpNewt/SSDTTime/ResultsSortedByAML.png new file mode 100644 index 0000000..639b412 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/ResultsSortedByAML.png differ diff --git a/assets/CorpNewt/SSDTTime/USBXPatchGeneration.png b/assets/CorpNewt/SSDTTime/USBXPatchGeneration.png new file mode 100644 index 0000000..7ecd2de Binary files /dev/null and b/assets/CorpNewt/SSDTTime/USBXPatchGeneration.png differ diff --git a/assets/CorpNewt/SSDTTime/USBXPatchMainMenu.png b/assets/CorpNewt/SSDTTime/USBXPatchMainMenu.png new file mode 100644 index 0000000..5ab8014 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/USBXPatchMainMenu.png differ diff --git a/assets/CorpNewt/SSDTTime/WindowsSmartScreen.png b/assets/CorpNewt/SSDTTime/WindowsSmartScreen.png new file mode 100644 index 0000000..eecb223 Binary files /dev/null and b/assets/CorpNewt/SSDTTime/WindowsSmartScreen.png differ diff --git a/assets/CorpNewt/UnPlugged/Github.png b/assets/CorpNewt/UnPlugged/Github.png new file mode 100644 index 0000000..d882b67 Binary files /dev/null and b/assets/CorpNewt/UnPlugged/Github.png differ diff --git a/assets/CorpNewt/gibMacRecovery/FolderRootPostTargetDownload.png b/assets/CorpNewt/gibMacRecovery/FolderRootPostTargetDownload.png new file mode 100644 index 0000000..86f8675 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/FolderRootPostTargetDownload.png differ diff --git a/assets/CorpNewt/gibMacRecovery/Github.png b/assets/CorpNewt/gibMacRecovery/Github.png new file mode 100644 index 0000000..af8e652 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/Github.png differ diff --git a/assets/CorpNewt/gibMacRecovery/InitialSplashScreen.png b/assets/CorpNewt/gibMacRecovery/InitialSplashScreen.png new file mode 100644 index 0000000..ee9047a Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/InitialSplashScreen.png differ diff --git a/assets/CorpNewt/gibMacRecovery/InitialUnzip.png b/assets/CorpNewt/gibMacRecovery/InitialUnzip.png new file mode 100644 index 0000000..f9af350 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/InitialUnzip.png differ diff --git a/assets/CorpNewt/gibMacRecovery/MainMenuInitial.png b/assets/CorpNewt/gibMacRecovery/MainMenuInitial.png new file mode 100644 index 0000000..edab693 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/MainMenuInitial.png differ diff --git a/assets/CorpNewt/gibMacRecovery/MainMenuPostTargetSelect.png b/assets/CorpNewt/gibMacRecovery/MainMenuPostTargetSelect.png new file mode 100644 index 0000000..6559e21 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/MainMenuPostTargetSelect.png differ diff --git a/assets/CorpNewt/gibMacRecovery/SelectTargetURLMainMenu.png b/assets/CorpNewt/gibMacRecovery/SelectTargetURLMainMenu.png new file mode 100644 index 0000000..c10392d Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/SelectTargetURLMainMenu.png differ diff --git a/assets/CorpNewt/gibMacRecovery/TargetDownloadProgress.png b/assets/CorpNewt/gibMacRecovery/TargetDownloadProgress.png new file mode 100644 index 0000000..e0f5b90 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/TargetDownloadProgress.png differ diff --git a/assets/CorpNewt/gibMacRecovery/USBRootExample.png b/assets/CorpNewt/gibMacRecovery/USBRootExample.png new file mode 100644 index 0000000..cdc59ea Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/USBRootExample.png differ diff --git a/assets/CorpNewt/gibMacRecovery/WindowsSmartScreen.png b/assets/CorpNewt/gibMacRecovery/WindowsSmartScreen.png new file mode 100644 index 0000000..adb4814 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/WindowsSmartScreen.png differ diff --git a/assets/CorpNewt/gibMacRecovery/recoveryOSContentsExample.png b/assets/CorpNewt/gibMacRecovery/recoveryOSContentsExample.png new file mode 100644 index 0000000..cb28f28 Binary files /dev/null and b/assets/CorpNewt/gibMacRecovery/recoveryOSContentsExample.png differ diff --git a/assets/Gallery/MacBookPro163/11710.png b/assets/Gallery/MacBookPro163/11710-Steam-Deck.png similarity index 100% rename from assets/Gallery/MacBookPro163/11710.png rename to assets/Gallery/MacBookPro163/11710-Steam-Deck.png diff --git a/assets/Gallery/MacBookPro163/137-ROG-Ally.png b/assets/Gallery/MacBookPro163/137-ROG-Ally.png new file mode 100644 index 0000000..68ebef5 Binary files /dev/null and b/assets/Gallery/MacBookPro163/137-ROG-Ally.png differ diff --git a/assets/Gallery/MacPro71/1501.png b/assets/Gallery/MacPro71/1501-AMD-R9-7950X3D.png similarity index 51% rename from assets/Gallery/MacPro71/1501.png rename to assets/Gallery/MacPro71/1501-AMD-R9-7950X3D.png index db38940..b837b2d 100644 Binary files a/assets/Gallery/MacPro71/1501.png and b/assets/Gallery/MacPro71/1501-AMD-R9-7950X3D.png differ diff --git a/assets/Gallery/iMacPro11/1501.png b/assets/Gallery/iMacPro11/1501-Steam-Deck.png similarity index 100% rename from assets/Gallery/iMacPro11/1501.png rename to assets/Gallery/iMacPro11/1501-Steam-Deck.png diff --git a/assets/GatheringFiles/RootOfUSBDrive-NoRecoveryOS.png b/assets/GatheringFiles/RootOfUSBDrive-NoRecoveryOS.png deleted file mode 100644 index d73d088..0000000 Binary files a/assets/GatheringFiles/RootOfUSBDrive-NoRecoveryOS.png and /dev/null differ diff --git a/assets/HWiNFO64/AudioChipsetCodec.png b/assets/HWiNFO64/AudioChipsetCodec.png index 04993f7..94f8e91 100755 Binary files a/assets/HWiNFO64/AudioChipsetCodec.png and b/assets/HWiNFO64/AudioChipsetCodec.png differ diff --git a/assets/HWiNFO64/AudioChipsetCodecMobile.png b/assets/HWiNFO64/AudioChipsetCodecMobile.png index f58d35c..3ba6800 100644 Binary files a/assets/HWiNFO64/AudioChipsetCodecMobile.png and b/assets/HWiNFO64/AudioChipsetCodecMobile.png differ diff --git a/assets/KernelPatches/AMDVanillaPatches.command.png b/assets/KernelPatches/AMDVanillaPatches.command.png deleted file mode 100644 index cfc0fac..0000000 Binary files a/assets/KernelPatches/AMDVanillaPatches.command.png and /dev/null differ diff --git a/assets/KernelPatches/AMDVanillaPatchesRepo.png b/assets/KernelPatches/AMDVanillaPatchesRepo.png deleted file mode 100644 index dfacad3..0000000 Binary files a/assets/KernelPatches/AMDVanillaPatchesRepo.png and /dev/null differ diff --git a/assets/KernelPatches/AMDVanillaPatchesRepoFiles.png b/assets/KernelPatches/AMDVanillaPatchesRepoFiles.png deleted file mode 100644 index 26ee7f4..0000000 Binary files a/assets/KernelPatches/AMDVanillaPatchesRepoFiles.png and /dev/null differ diff --git a/assets/KernelPatches/CPUCores.png b/assets/KernelPatches/CPUCores.png deleted file mode 100644 index 4970bcd..0000000 Binary files a/assets/KernelPatches/CPUCores.png and /dev/null differ diff --git a/assets/DeviceManager/ByConnectionDropDown.png b/assets/Microsoft/DeviceManager/ByConnectionDropDown.png similarity index 100% rename from assets/DeviceManager/ByConnectionDropDown.png rename to assets/Microsoft/DeviceManager/ByConnectionDropDown.png diff --git a/assets/DeviceManager/ByConnectionWindow.png b/assets/Microsoft/DeviceManager/ByConnectionWindow.png similarity index 100% rename from assets/DeviceManager/ByConnectionWindow.png rename to assets/Microsoft/DeviceManager/ByConnectionWindow.png diff --git a/assets/DeviceManager/FreshWindow.png b/assets/Microsoft/DeviceManager/FreshWindow.png similarity index 100% rename from assets/DeviceManager/FreshWindow.png rename to assets/Microsoft/DeviceManager/FreshWindow.png diff --git a/assets/OpenCore/OpenCoreEFIToUSBInitial.png b/assets/OpenCore/EFIToUSBInitial.png similarity index 100% rename from assets/OpenCore/OpenCoreEFIToUSBInitial.png rename to assets/OpenCore/EFIToUSBInitial.png diff --git a/assets/OpenCore/ExampleACPIContents.png b/assets/OpenCore/ExampleACPIContents.png new file mode 100644 index 0000000..039cfe0 Binary files /dev/null and b/assets/OpenCore/ExampleACPIContents.png differ diff --git a/assets/OpenCore/ExampleDriversContents.png b/assets/OpenCore/ExampleDriversContents.png new file mode 100644 index 0000000..90df2b4 Binary files /dev/null and b/assets/OpenCore/ExampleDriversContents.png differ diff --git a/assets/OpenCore/ExampleKextsContents.png b/assets/OpenCore/ExampleKextsContents.png new file mode 100644 index 0000000..68f43b2 Binary files /dev/null and b/assets/OpenCore/ExampleKextsContents.png differ diff --git a/assets/OpenCore/ExampleOCRoot.png b/assets/OpenCore/ExampleOCRoot.png new file mode 100644 index 0000000..1c304d4 Binary files /dev/null and b/assets/OpenCore/ExampleOCRoot.png differ diff --git a/assets/OpenCore/ExampleToolsContents.png b/assets/OpenCore/ExampleToolsContents.png new file mode 100644 index 0000000..a57c0d2 Binary files /dev/null and b/assets/OpenCore/ExampleToolsContents.png differ diff --git a/assets/OpenCore/OpenCanopyChardonnay.png b/assets/OpenCore/OpenCanopyChardonnay.png index 70a7104..0562282 100644 Binary files a/assets/OpenCore/OpenCanopyChardonnay.png and b/assets/OpenCore/OpenCanopyChardonnay.png differ diff --git a/assets/OpenCore/OpenCanopyGoldenGate.png b/assets/OpenCore/OpenCanopyGoldenGate.png index 9182a05..45f393f 100644 Binary files a/assets/OpenCore/OpenCanopyGoldenGate.png and b/assets/OpenCore/OpenCanopyGoldenGate.png differ diff --git a/assets/OpenCore/OpenCanopySyrah.png b/assets/OpenCore/OpenCanopySyrah.png index 69bf7d9..dab0793 100644 Binary files a/assets/OpenCore/OpenCanopySyrah.png and b/assets/OpenCore/OpenCanopySyrah.png differ diff --git a/assets/OpenCore/OpenCoreUSBSampleInitial.png b/assets/OpenCore/USBSampleInitial.png similarity index 100% rename from assets/OpenCore/OpenCoreUSBSampleInitial.png rename to assets/OpenCore/USBSampleInitial.png diff --git a/assets/OpenCore/OpenCoreZIPSampleHIghlighted.png b/assets/OpenCore/ZIPSampleHIghlighted.png similarity index 100% rename from assets/OpenCore/OpenCoreZIPSampleHIghlighted.png rename to assets/OpenCore/ZIPSampleHIghlighted.png diff --git a/assets/ProperTree/ACPIExpanded.png b/assets/ProperTree/ACPIExpanded.png deleted file mode 100644 index 3a8509a..0000000 Binary files a/assets/ProperTree/ACPIExpanded.png and /dev/null differ diff --git a/assets/ProperTree/ACPIQuirksExpandedHighlighted.png b/assets/ProperTree/ACPIQuirksExpandedHighlighted.png deleted file mode 100644 index 4cb37b9..0000000 Binary files a/assets/ProperTree/ACPIQuirksExpandedHighlighted.png and /dev/null differ diff --git a/assets/ProperTree/BaseImage.png b/assets/ProperTree/BaseImage.png deleted file mode 100644 index d1b6fbc..0000000 Binary files a/assets/ProperTree/BaseImage.png and /dev/null differ diff --git a/assets/ProperTree/DevicePropertiesExpandedHighlighted.png b/assets/ProperTree/DevicePropertiesExpandedHighlighted.png deleted file mode 100644 index c6d3849..0000000 Binary files a/assets/ProperTree/DevicePropertiesExpandedHighlighted.png and /dev/null differ diff --git a/assets/ProperTree/KernelSchemeExpanded.png b/assets/ProperTree/KernelSchemeExpanded.png deleted file mode 100644 index 333c27a..0000000 Binary files a/assets/ProperTree/KernelSchemeExpanded.png and /dev/null differ diff --git a/assets/ProperTree/OverviewACPI.png b/assets/ProperTree/OverviewACPI.png deleted file mode 100644 index 1da0172..0000000 Binary files a/assets/ProperTree/OverviewACPI.png and /dev/null differ diff --git a/assets/ProperTree/OverviewBooter.png b/assets/ProperTree/OverviewBooter.png deleted file mode 100644 index f014f7e..0000000 Binary files a/assets/ProperTree/OverviewBooter.png and /dev/null differ diff --git a/assets/ProperTree/OverviewDevProps.png b/assets/ProperTree/OverviewDevProps.png deleted file mode 100644 index a76636b..0000000 Binary files a/assets/ProperTree/OverviewDevProps.png and /dev/null differ diff --git a/assets/ProperTree/OverviewKernel.png b/assets/ProperTree/OverviewKernel.png deleted file mode 100644 index 209232a..0000000 Binary files a/assets/ProperTree/OverviewKernel.png and /dev/null differ diff --git a/assets/ProperTree/OverviewMisc.png b/assets/ProperTree/OverviewMisc.png deleted file mode 100644 index b311eec..0000000 Binary files a/assets/ProperTree/OverviewMisc.png and /dev/null differ diff --git a/assets/ProperTree/OverviewNVRAM.png b/assets/ProperTree/OverviewNVRAM.png deleted file mode 100644 index 4114898..0000000 Binary files a/assets/ProperTree/OverviewNVRAM.png and /dev/null differ diff --git a/assets/ProperTree/OverviewPlatInfo.png b/assets/ProperTree/OverviewPlatInfo.png deleted file mode 100644 index 5aa2fc0..0000000 Binary files a/assets/ProperTree/OverviewPlatInfo.png and /dev/null differ diff --git a/assets/ProperTree/OverviewUEFI.png b/assets/ProperTree/OverviewUEFI.png deleted file mode 100644 index 8a5a409..0000000 Binary files a/assets/ProperTree/OverviewUEFI.png and /dev/null differ diff --git a/assets/ProperTree/ProperTreeFiles.png b/assets/ProperTree/ProperTreeFiles.png deleted file mode 100644 index 0fff948..0000000 Binary files a/assets/ProperTree/ProperTreeFiles.png and /dev/null differ diff --git a/assets/ProperTree/ProperTreePlist.png b/assets/ProperTree/ProperTreePlist.png deleted file mode 100644 index 0921ae0..0000000 Binary files a/assets/ProperTree/ProperTreePlist.png and /dev/null differ diff --git a/assets/ProperTree/ProperTreeRepo.png b/assets/ProperTree/ProperTreeRepo.png deleted file mode 100644 index 446ec41..0000000 Binary files a/assets/ProperTree/ProperTreeRepo.png and /dev/null differ diff --git a/assets/ProperTree/ProperTreeSnapshot.png b/assets/ProperTree/ProperTreeSnapshot.png deleted file mode 100644 index a823d9c..0000000 Binary files a/assets/ProperTree/ProperTreeSnapshot.png and /dev/null differ diff --git a/assets/ProperTree/ProperTreeUntitled1.png b/assets/ProperTree/ProperTreeUntitled1.png deleted file mode 100644 index e7e8839..0000000 Binary files a/assets/ProperTree/ProperTreeUntitled1.png and /dev/null differ diff --git a/assets/ProperTree/RootExpanded.png b/assets/ProperTree/RootExpanded.png deleted file mode 100644 index 8509444..0000000 Binary files a/assets/ProperTree/RootExpanded.png and /dev/null differ diff --git a/assets/SSDTTime/ACPIDump.png b/assets/SSDTTime/ACPIDump.png deleted file mode 100644 index 7e6451e..0000000 Binary files a/assets/SSDTTime/ACPIDump.png and /dev/null differ diff --git a/assets/SSDTTime/ACPIStick.png b/assets/SSDTTime/ACPIStick.png deleted file mode 100644 index 16d569a..0000000 Binary files a/assets/SSDTTime/ACPIStick.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTime.png b/assets/SSDTTime/SSDTTime.png deleted file mode 100644 index 3f4840c..0000000 Binary files a/assets/SSDTTime/SSDTTime.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimeFiles.png b/assets/SSDTTime/SSDTTimeFiles.png deleted file mode 100644 index 4b29b6d..0000000 Binary files a/assets/SSDTTime/SSDTTimeFiles.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimeHPET.png b/assets/SSDTTime/SSDTTimeHPET.png deleted file mode 100644 index db7791c..0000000 Binary files a/assets/SSDTTime/SSDTTimeHPET.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimeLoadedTables.png b/assets/SSDTTime/SSDTTimeLoadedTables.png deleted file mode 100755 index e4ba928..0000000 Binary files a/assets/SSDTTime/SSDTTimeLoadedTables.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimePNLF.png b/assets/SSDTTime/SSDTTimePNLF.png deleted file mode 100644 index 52a040d..0000000 Binary files a/assets/SSDTTime/SSDTTimePNLF.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimePatchesPlist.png b/assets/SSDTTime/SSDTTimePatchesPlist.png deleted file mode 100644 index c35ce6a..0000000 Binary files a/assets/SSDTTime/SSDTTimePatchesPlist.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimeRepo.png b/assets/SSDTTime/SSDTTimeRepo.png deleted file mode 100644 index 2614bdf..0000000 Binary files a/assets/SSDTTime/SSDTTimeRepo.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimeUSBX.png b/assets/SSDTTime/SSDTTimeUSBX.png deleted file mode 100644 index d84c5cb..0000000 Binary files a/assets/SSDTTime/SSDTTimeUSBX.png and /dev/null differ diff --git a/assets/SSDTTime/SSDTTimeXOSI.png b/assets/SSDTTime/SSDTTimeXOSI.png deleted file mode 100644 index ef775c7..0000000 Binary files a/assets/SSDTTime/SSDTTimeXOSI.png and /dev/null differ diff --git a/assets/gibMacRecovery/gibmacRecoveryCatalog.png b/assets/gibMacRecovery/gibmacRecoveryCatalog.png deleted file mode 100644 index bf8dadb..0000000 Binary files a/assets/gibMacRecovery/gibmacRecoveryCatalog.png and /dev/null differ diff --git a/assets/gibMacRecovery/gibmacRecoveryDownloading.png b/assets/gibMacRecovery/gibmacRecoveryDownloading.png deleted file mode 100644 index 08152b4..0000000 Binary files a/assets/gibMacRecovery/gibmacRecoveryDownloading.png and /dev/null differ diff --git a/assets/gibMacRecovery/gibmacRecoveryPlaced.png b/assets/gibMacRecovery/gibmacRecoveryPlaced.png deleted file mode 100644 index bb6290d..0000000 Binary files a/assets/gibMacRecovery/gibmacRecoveryPlaced.png and /dev/null differ diff --git a/assets/gibMacRecovery/gibmacRecoveryRepo.png b/assets/gibMacRecovery/gibmacRecoveryRepo.png deleted file mode 100644 index 6810d41..0000000 Binary files a/assets/gibMacRecovery/gibmacRecoveryRepo.png and /dev/null differ diff --git a/assets/gibMacRecovery/gibmacRecoveryResults.png b/assets/gibMacRecovery/gibmacRecoveryResults.png deleted file mode 100644 index 5966aed..0000000 Binary files a/assets/gibMacRecovery/gibmacRecoveryResults.png and /dev/null differ diff --git a/assets/gibMacRecovery/gibmacRecoveryStart.png b/assets/gibMacRecovery/gibmacRecoveryStart.png deleted file mode 100644 index 67ca7b6..0000000 Binary files a/assets/gibMacRecovery/gibmacRecoveryStart.png and /dev/null differ diff --git a/docs/02-Gallery/index.md b/docs/02-Gallery/index.md index f4507af..8f04061 100644 --- a/docs/02-Gallery/index.md +++ b/docs/02-Gallery/index.md @@ -11,29 +11,39 @@ has_toc: false

Mac Pro (2019)

+
MacPro7,1

macOS Sequoia 15.0.1 on AMD Ryzen 9 7950X3D (Credits: - @irlbunny) + @whatdahopper)

- +

iMac Pro (2017)

+
iMacPro1,1

macOS Sequoia 15.0.1 on Steam Deck LCD (Credits: - @irlbunny) + @whatdahopper)

- +

MacBook Pro (2020)

+
MacBookPro16,3
+
+

+ macOS Ventura 13.7 on ROG Ally RC71L (2023) (Credits: + @B-Waffles) +

+ +

macOS Big Sur 11.7.10 on Steam Deck LCD (Credits: @CodeRunner5235)

- +
diff --git a/docs/03-Changelog/index.md b/docs/03-Changelog/index.md index b36382b..7d537a8 100644 --- a/docs/03-Changelog/index.md +++ b/docs/03-Changelog/index.md @@ -48,6 +48,32 @@ All notable changes to this project will be documented in this file. The format --- +## Rearrangement of Assets folder structure +### Prerelease@CarnationsInternal +#### By royalgraphx + +## [1.0.0~prerelease] - 2025-01-09 + +### Added +- Gallery Image for ROG Ally thanks to [@B-Waffles](https://github.com/B-Waffles). + +### Changed +- General structure now follows Highest -> Lowest sorting, with nested folders for specific groups, people, brands, software, and etc. + +### Fixed +- Screenshots are from Windows hosts, to easier transition users in to macOS later. + +### Deprecated +- Loads of screenshots may no longer work, they need to be relinked. This commit is being pushed as a hotfix for the latest Ruby release. Screenshots will be fixed in the next commit. + +### Removed +- + +### Security +- This commit contains updates to Gem, Bundler, Ruby, and Jekyll. + +--- + ## Massive Local Changes ### Prerelease@restructure #### By royalgraphx @@ -89,7 +115,7 @@ All notable changes to this project will be documented in this file. The format ### Changed - Welcome Area pages - Hardware Area pages -- Compatibility Charts, extended by request of [@irlbunny](https://github.com/irlbunny) +- Compatibility Charts, extended by request of [@whatdahopper](https://github.com/whatdahopper) - Assets updated ### Fixed