Skip to content

Commit

Permalink
DarwinKVM Docs progress released!
Browse files Browse the repository at this point in the history
  • Loading branch information
royalgraphx committed Jun 26, 2023
1 parent 6db415f commit 3a4b196
Show file tree
Hide file tree
Showing 145 changed files with 507 additions and 28 deletions.
Binary file added Assets/DarwinKVMLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/DarwinKVMLogo.psd
Binary file not shown.
Binary file modified Assets/Header.psd
Binary file not shown.
Binary file added Assets/HeaderAboutThisProject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/HeaderBridgeNetworkingTextOnly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/HeaderDiskProvision.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/HeaderTextOnly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion BridgeNetworking/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="650" height="200" src="../Assets/HeaderBridgeNetworking.png">
<img width="650" height="200" src="../Assets/HeaderBridgeNetworkingTextOnly.png">
</p>

<h1 align="center">DKVM Bridge Networking Submodule</h1>
Expand Down
4 changes: 2 additions & 2 deletions OpenCore/README.md → DiskProvision/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<img width="650" height="200" src="../Assets/HeaderOpenCore.png">
<img width="650" height="200" src="../Assets/HeaderDiskProvision.png">
</p>

<h1 align="center">DKVM OpenCore Submodule</h1>
<h1 align="center">DKVM DiskProvision Submodule</h1>
<h4 align="center">Allows the creation, management, and updating of the OpenCore EFI partition for your DKVM.</h4>

## About
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 28 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
BSD 3-Clause License

Copyright (c) 2023, RoyalGraphX

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<h1 align="center">This is Pre-Release information! It is still WIP.</h1>
<p align="center">
<img src="./Assets/DarwinKVMLogo.png" width="50%" height="50%" >
</p>

<p align="center">
<img width="650" height="200" src="./Assets/Header.png">
<img width="650" height="200" src="./Assets/HeaderTextOnly.png">
</p>

<h1 align="center">An Advanced Template for running macOS within QEMU/KVM</h1>
Expand Down Expand Up @@ -347,14 +349,14 @@ Skip this if you did set up the br0 interface.

<h2 align="center"><b><span style="color:red">Part 0:</span></b> Image Creation</h2>
<h4 align="center">Creation of the OpenCore .img for your DKVM.</h4>
<h4 align="center">This section has been derived from the <a href="https://github.com/royalgraphx/DarwinKVM/tree/main/OpenCore">OpenCore</a> Submodule.</h4>
<h4 align="center">This section has been derived from the <a href="https://github.com/royalgraphx/DarwinKVM/tree/main/DiskProvision">DiskProvision</a> Submodule.</h4>
<br>

```
This tool automates the process of creating and setting up an OpenCore.img disk image for use with QEMU. It also comes with mount.sh and unmount.sh to easily modify the contents.
```

Don't skip this section. To continue in this guide you will need an image file that will act as our OpenCore USB, holding all its contents. The fastest way to do this is by changing the directory into the OpenCore folder in this repository. You can quickly generate and mount a 1GB ``.img`` file to add to your Virtual Machine later. If you need any help understanding this section, please refer to the [README.md](https://github.com/royalgraphx/DarwinKVM/tree/main/OpenCore) for better context. You can now go ahead and transfer the EFI folder from [DarwinOCPkg](https://github.com/royalgraphx/DarwinOCPkg) to the root of the image. The rest of the steps will outline adding the necessary files to build your EFI for your Virtual Machine.
Don't skip this section. To continue in this guide you will need an image file that will act as our OpenCore USB, holding all its contents. The fastest way to do this is by changing the directory into the OpenCore folder in this repository. You can quickly generate and mount a 1GB ``.img`` file to add to your Virtual Machine later. If you need any help understanding this section, please refer to the [README.md](https://github.com/royalgraphx/DarwinKVM/tree/main/DiskProvision) for better context. You can now go ahead and transfer the EFI folder from [DarwinOCPkg](https://github.com/royalgraphx/DarwinOCPkg) to the root of the image. The rest of the steps will outline adding the necessary files to build your EFI for your Virtual Machine.

<br>
<h2 align="center"><b>Part 1:</b> ACPI Tables</h2>
Expand Down
16 changes: 14 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ title: DarwinKVM Docs
description: An Advanced Template for running macOS within QEMU/KVM. Run the latest macOS on QEMU/KVM with libvirtd/Virt-Manager, includes Single GPU Passthrough.
theme: just-the-docs
# Color scheme supports "light" (default) and "dark"
color_scheme: dark
color_scheme: custom
favicon_ico: "/assets/favicon.ico"

url: https://royalgraphx.github.io/DarwinKVM/docs
url: https://royalgraphx.github.io/DarwinKVM/docs

include:
- docs

# Aux links for the upper right navigation
aux_links:
"View on Github":
- "//github.com/royalgraphx/DarwinKVM/tree/main"

# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: false
1 change: 1 addition & 0 deletions docs/_includes/footer_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright &copy; 2023 RoyalGraphX. Distributed by a <a href=\"https://github.com/royalgraphx/DarwinKVM/blob/main/LICENSE">BSD 3-Clause License</a>.
3 changes: 3 additions & 0 deletions docs/_sass/color_schemes/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@import "./color_schemes/dark";

$link-color: $purple-000;
Binary file added docs/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/BootingRecovery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/BridgeNetworkingHypervisorSSH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/BridgeNetworkingLocalTerminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/BridgeNetworkingRPI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/BridgeNetworkingRouterDash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/DarwinKVMLogo copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/DarwinKVMLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/DarwinKVMLogo.psd
Binary file not shown.
Binary file added docs/assets/Header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/Header.psd
Binary file not shown.
Binary file added docs/assets/HeaderAboutThisProject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/HeaderBaseSystem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/HeaderBridgeNetworking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/HeaderBridgeNetworkingTextOnly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/HeaderCascadeLake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/HeaderConfigs.png
Binary file added docs/assets/HeaderCongrats.png
Binary file added docs/assets/HeaderDGPU.png
Binary file added docs/assets/HeaderDiskProvision.png
Binary file added docs/assets/HeaderDisplayOverrides.png
Binary file added docs/assets/HeaderGatheringFiles.png
Binary file added docs/assets/HeaderHostPreparations.png
Binary file added docs/assets/HeaderInstallingmacOS.png
Binary file added docs/assets/HeaderOpenCore.png
Binary file added docs/assets/HeaderOpenCoreAlt.png
Binary file added docs/assets/HeaderSGPU.png
Binary file added docs/assets/HeaderTextOnly.png
Binary file added docs/assets/HeaderVirtualMachine.png
Binary file added docs/assets/IOMMUGroupChecker.png
Binary file added docs/assets/OpenCoreACPIAdd.png
Binary file added docs/assets/OpenCoreBooterQuirks.png
Binary file added docs/assets/OpenCoreDeviceProperties.png
Binary file added docs/assets/OpenCoreEFIComplete.png
Binary file added docs/assets/OpenCoreKernel.png
Binary file added docs/assets/OpenCoreLocalCreation.png
Binary file added docs/assets/OpenCoreMisc.png
Binary file added docs/assets/OpenCoreNVRAM.png
Binary file added docs/assets/OpenCorePkgBase.png
Binary file added docs/assets/OpenCorePlatformInfo.png
Binary file added docs/assets/OpenCoreProperTree.png
Binary file added docs/assets/OpenCoreRGXExample.png
Binary file added docs/assets/OpenCoreSonomaRecoveryBoot.png
Binary file added docs/assets/OpenCoreSonomaSecondBootPhase.png
Binary file added docs/assets/OpenCoreSonomaThirdBootPhase.png
Binary file added docs/assets/OpenCoreUEFI.png
Binary file added docs/assets/OpenCoreUnmount.png
Binary file added docs/assets/OpenCoreVMBootRecovery.png
Binary file added docs/assets/QEMUHookModification.png
28 changes: 28 additions & 0 deletions docs/assets/Template-README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<p align="center">
<img width="650" height="200" src="../Assets/Header.png">
</p>

<h1 align="center">DKVM --- ---</h1>
<h4 align="center">Allows --- for your DKVM.</h4>

## About

This tool --- for use with ---. It performs the following actions:

-
-
-
-
-
-

## Requirements

* --- :
* ---
* ---
* ---
* ---

## Usage

Binary file added docs/assets/VManAddBridgeNIC.png
Binary file added docs/assets/VManAddOpenCore1.png
Binary file added docs/assets/VManAddOpenCore2.png
Binary file added docs/assets/VManAddRecoveryDisplay1.png
Binary file added docs/assets/VManAddRecoveryDisplay2.png
Binary file added docs/assets/VManAddVirtIOInstallation.png
Binary file added docs/assets/VManAddVirtIOInstallation2.png
Binary file added docs/assets/VManExampleReadyToInstall.png
Binary file added docs/assets/VManGPUPassthroughAddGPU.png
Binary file added docs/assets/VManGPUPassthroughAddGPUAudio.png
Binary file added docs/assets/VManGPUPassthroughAddNVME.png
Binary file added docs/assets/VManGPUPassthroughFindGPUBus.png
Binary file added docs/assets/VManRemoveRecoveryKBM.png
Binary file added docs/assets/VManTemplateImport.png
Binary file added docs/assets/favicon.ico
Binary file not shown.
Binary file added docs/assets/macOSRecoveryDiskUtility.png
Binary file added docs/assets/macOSRecoveryFormatInstallTarget.png
Binary file added docs/assets/macOSSonomaDesktop.png
Binary file added docs/assets/macOSSonomaGPUAccel.png
Binary file added docs/assets/macOSSonomaNoMountEFIneeded.png
Binary file added docs/assets/macrecovery.png
19 changes: 19 additions & 0 deletions docs/docs/01-About.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: default
title: About This Project
nav_order: 2
---

<p align="center">
<img width="650" height="200" src="../assets/HeaderAboutThisProject.png">
</p>

<h1 align="center">What is this for?</h1>

This repository and its contents are to be a continuation of my work on [LegacyOSXKVM](https://github.com/royalgraphx/LegacyOSXKVM). The goal of that project was to allow anyone to quickly revisit some of their favorite versions of Mac OS X as it was known to many for years with its various releases. Snow Leopard was the main focus of that project, and as such had the most effort put into it. Nowadays we need to be on modern versions of macOS to enjoy the latest and greatest offered from Apple. The focus has now shifted to providing an Up-to-Date, Out of Box (OOB), Clean Template for creating Virtual Machines of the latest versions offered by Apple. As of writing this, you can create a powerful VM of macOS Ventura, Monterey, and even Sonoma works. The guides in this repository will help you continuously work on your virtual machine to make it the perfect experience. Things will not work right away, you will slowly keep fixing them as you discover what must be fixed.

<h1 align="center">Who is this for?</h1>

This is for experienced users. You should already be familiar with 3 core concepts: [Virtualization](https://libvirt.org/)/[QEMU](https://www.qemu.org/docs/master/), [OpenCore](https://dortania.github.io/OpenCore-Install-Guide/), and [macOS](https://en.wikipedia.org/wiki/MacOS). If you feel as though you are not up to speed on any of these concepts, please take the time to first gain adequate knowledge as it will vastly improve your chances of having a working system you can daily drive. This guide is written completely from my perspective as I've learned throughout my time in the Hackintosh community. What you would typically do if you wanted to run macOS on your system you would have to use the OpenCore bootloader to provide macOS with the necessary information it needs. A Virtual Machine is no different. In theory, what we are simply doing is creating an OpenCore disk image that acts as if it were the equivalent of a USB or an EFI partition post-installation. While there exist many projects that utilize QEMU/KVM, for daily driving you must have a compatible GPU. What this means for the user of any projects that are seen as the equivalent to "Prebuilt EFI's" is that there is no learning involved. This causes the user to not understand why certain things are broken on their system and possibly may never fix those issues, potentially leaving them in the background. This guide is for those who are looking to properly create a macOS Virtual Machine from the ground up. <b>PLEASE READ CAREFULLY.</b> Try not to ask for support before rereading, many times you will misread something on accident or are simply not paying enough attention to what it's instructing you to do.

<h1>You can now proceed to the <a href="/docs/02-0-HostPreparations">Host Preparations</a> section!</h1>
6 changes: 6 additions & 0 deletions docs/docs/02-HostPreparations/01-BIOS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 1. BIOS Settings
parent: Host Preparations
nav_order: 1
---
6 changes: 6 additions & 0 deletions docs/docs/02-HostPreparations/02-GRUB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 2. GRUB Configuration
parent: Host Preparations
nav_order: 2
---
6 changes: 6 additions & 0 deletions docs/docs/02-HostPreparations/03-Bridge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 3. Bridge Networking
parent: Host Preparations
nav_order: 3
---
6 changes: 6 additions & 0 deletions docs/docs/02-HostPreparations/04-PackageInstall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 4. Package Installation
parent: Host Preparations
nav_order: 4
---
6 changes: 6 additions & 0 deletions docs/docs/02-HostPreparations/05-Libvirtd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 5. Libvirtd Configuration
parent: Host Preparations
nav_order: 5
---
11 changes: 11 additions & 0 deletions docs/docs/02-HostPreparations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Host Preparations
nav_order: 3
has_children: true
---

<p align="center">
<img width="650" height="200" src="../../assets/HeaderHostPreparations.png">
</p>

6 changes: 6 additions & 0 deletions docs/docs/03-GatheringFiles/00-ImageCreation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 0 - Image Creation
parent: Gathering Files
nav_order: 1
---
6 changes: 6 additions & 0 deletions docs/docs/03-GatheringFiles/01-ACPITables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 1 - ACPI Tables
parent: Gathering Files
nav_order: 2
---
6 changes: 6 additions & 0 deletions docs/docs/03-GatheringFiles/02-Drivers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 2 - Drivers
parent: Gathering Files
nav_order: 3
---
6 changes: 6 additions & 0 deletions docs/docs/03-GatheringFiles/03-Kexts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 3 - Kexts
parent: Gathering Files
nav_order: 4
---
6 changes: 6 additions & 0 deletions docs/docs/03-GatheringFiles/04-Tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 4 - Tools
parent: Gathering Files
nav_order: 5
---
10 changes: 10 additions & 0 deletions docs/docs/03-GatheringFiles/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: default
title: Gathering Files
nav_order: 4
has_children: true
---

<p align="center">
<img width="650" height="200" src="../../assets/HeaderGatheringFiles.png">
</p>
11 changes: 11 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/00-Introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Part 0 - Introduction
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 1
---

<p align="center">
<img width="650" height="200" src="../../../assets/HeaderCascadeLake.png">
</p>
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/01-ACPI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 1 - ACPI
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 2
---
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/02-Booter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 2 - Booter
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 3
---
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/03-DeviceProperties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 3 - Device Properties
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 4
---
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/04-Kernel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 4 - Kernel
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 5
---
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/05-Misc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 5 - Misc
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 6
---
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/06-NVRAM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 6 - NVRAM
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 7
---
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/07-PlatformInfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 7 - PlatformInfo
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 8
---
7 changes: 7 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/08-UEFI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
title: Part 8 - UEFI
parent: Virtual Machine Cascade Lake
grand_parent: Configs
nav_order: 9
---
11 changes: 11 additions & 0 deletions docs/docs/04-Configs/01-VMCascadeLake/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Virtual Machine Cascade Lake
parent: Configs
has_children: true
nav_order: 1
---

<p align="center">
<img width="650" height="200" src="../../../assets/HeaderVirtualMachine.png">
</p>
10 changes: 10 additions & 0 deletions docs/docs/04-Configs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: default
title: Configs
nav_order: 5
has_children: true
---

<p align="center">
<img width="650" height="200" src="../../assets/HeaderConfigs.png">
</p>
6 changes: 6 additions & 0 deletions docs/docs/05-FetchingBaseSystem/00-Introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 0 - Introduction
parent: Fetching BaseSystem
nav_order: 1
---
6 changes: 6 additions & 0 deletions docs/docs/05-FetchingBaseSystem/01-macrecovery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
title: Part 1 - macrecovery
parent: Fetching BaseSystem
nav_order: 1
---
10 changes: 10 additions & 0 deletions docs/docs/05-FetchingBaseSystem/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: default
title: Fetching BaseSystem
nav_order: 6
has_children: true
---

<p align="center">
<img width="650" height="200" src="../../assets/HeaderBaseSystem.png">
</p>
Loading

0 comments on commit 3a4b196

Please sign in to comment.