mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-23 03:29:41 +01:00
[DOCS] Update sections.
This commit is contained in:
parent
a04049939a
commit
d29c8aaeff
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
# macOS-Simple-KVM
|
# macOS-Simple-KVM
|
||||||
Documentation to set up a simple macOS VM in QEMU, accelerated by KVM.
|
Documentation to set up a simple macOS VM in QEMU, accelerated by KVM.
|
||||||
|
|
||||||
|
By [@FoxletFox](https://twitter.com/foxletfox), and the help of many others.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
You'll need a Linux system with `qemu`, `python` and the KVM extensions installed for this project. A Mac is **not** required.
|
You'll need a Linux system with `qemu`, `python` and the KVM extensions installed for this project. A Mac is **not** required.
|
||||||
|
|
||||||
|
|
|
@ -13,12 +13,12 @@ Increase this as needed (limited to the real amount of memory in your machine).
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cores
|
## Cores
|
||||||
The default configuration enables 4 threads, each with 2 cores.
|
The default configuration enables 4 threads, divided into CPUs with 2 cores each.
|
||||||
```
|
```
|
||||||
-smp 4,cores=2 \
|
-smp 4,cores=2 \
|
||||||
```
|
```
|
||||||
|
|
||||||
The following example describes all possible topology configurations:
|
The following example describes all possible topology flags:
|
||||||
```
|
```
|
||||||
-smp cores=4,threads=4,sockets=1 \
|
-smp cores=4,threads=4,sockets=1 \
|
||||||
```
|
```
|
Loading…
Reference in a new issue