File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# macOS-Simple-KVM  
22Documentation 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  
57You'll need a Linux system with ` qemu ` , ` python `  and the KVM extensions installed for this project. A Mac is ** not**  required.
68
Original file line number Diff line number Diff 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+ ``` 
                         You can’t perform that action at this time. 
           
                  
0 commit comments