Initial documentation.

This commit is contained in:
Foxlet 2019-04-22 18:08:10 -04:00
parent 64e8dc4849
commit aac19df125
4 changed files with 15 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

View File

@ -1,2 +1,13 @@
# macOS-Simple-KVM
Documentation to set up a simple Q35 VM based in QEMU, accelerated by KVM.
Better instructions will be available in the future, but for now, here's how to get started:
## Step 1
Run `jumpstart.sh` to get some basic installation media for macOS.
## Step 2
Run `basic.sh` to start the machine and install macOS.
## Step 3
Look at the `docs` folder for more information on adding passthrough hardware, set up tunnel networking, and enable sound features.

3
firmware/LICENSE Normal file
View File

@ -0,0 +1,3 @@
Copyright (c) 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent