Skip to content

Commit d29c8aa

Browse files
committed
[DOCS] Update sections.
1 parent a040499 commit d29c8aa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# macOS-Simple-KVM
22
Documentation to set up a simple macOS VM in QEMU, accelerated by KVM.
33

4+
By [@FoxletFox](https://twitter.com/foxletfox), and the help of many others.
5+
46
## Getting Started
57
You'll need a Linux system with `qemu`, `python` and the KVM extensions installed for this project. A Mac is **not** required.
68

docs/guide-performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Increase this as needed (limited to the real amount of memory in your machine).
1313
```
1414

1515
## Cores
16-
The default configuration enables 4 threads, each with 2 cores.
16+
The default configuration enables 4 threads, divided into CPUs with 2 cores each.
1717
```
1818
-smp 4,cores=2 \
1919
```
2020

21-
The following example describes all possible topology configurations:
21+
The following example describes all possible topology flags:
2222
```
2323
-smp cores=4,threads=4,sockets=1 \
24-
```
24+
```

0 commit comments

Comments
 (0)