mirror of
https://github.com/foxlet/macOS-Simple-KVM
synced 2024-11-21 18:53:06 +00:00
Initial documentation.
This commit is contained in:
parent
64e8dc4849
commit
aac19df125
4 changed files with 15 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.DS_Store
|
11
README.md
11
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.
|
3
firmware/LICENSE
Normal file
3
firmware/LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
|||
Copyright (c) 2019, Intel Corporation. All rights reserved.
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
Loading…
Reference in a new issue