From aac19df125791bac97a9edc9cbe94975c21d6e90 Mon Sep 17 00:00:00 2001 From: Foxlet Date: Mon, 22 Apr 2019 18:08:10 -0400 Subject: [PATCH] Initial documentation. --- .gitignore | 1 + README.md | 11 +++++++++++ guide-networking.md => docs/guide-networking.md | 0 firmware/LICENSE | 3 +++ 4 files changed, 15 insertions(+) create mode 100644 .gitignore rename guide-networking.md => docs/guide-networking.md (100%) create mode 100644 firmware/LICENSE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index 1cf3d55..432bc1e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/guide-networking.md b/docs/guide-networking.md similarity index 100% rename from guide-networking.md rename to docs/guide-networking.md diff --git a/firmware/LICENSE b/firmware/LICENSE new file mode 100644 index 0000000..d5d75bf --- /dev/null +++ b/firmware/LICENSE @@ -0,0 +1,3 @@ +Copyright (c) 2019, Intel Corporation. All rights reserved. + +SPDX-License-Identifier: BSD-2-Clause-Patent