Compare commits

...

2 Commits

Author SHA1 Message Date
elliot_ 8e216010a9
Merge ff13249be1 into 182e2dd071 2024-07-27 23:33:35 +08:00
Dhiru Kholia 182e2dd071 Couple of documentation updates 2024-07-27 07:42:51 +05:30
1 changed files with 4 additions and 4 deletions

View File

@ -43,15 +43,15 @@ help (pull-requests!) with the following work items:
### Requirements ### Requirements
* A modern Linux distribution. E.g. Ubuntu 22.04 LTS 64-bit or later. * A modern Linux distribution. E.g. Ubuntu 24.04 LTS 64-bit or later.
* QEMU >= 6.2.0 * QEMU >= 8.2.2
* A CPU with Intel VT-x / AMD SVM support is required (`grep -e vmx -e svm /proc/cpuinfo`) * A CPU with Intel VT-x / AMD SVM support is required (`grep -e vmx -e svm /proc/cpuinfo`)
* A CPU with SSE4.1 support is required for >= macOS Sierra * A CPU with SSE4.1 support is required for >= macOS Sierra
* A CPU with AVX2 support is required for >= macOS Mojave * A CPU with AVX2 support is required for >= macOS Ventura
Note: Older AMD CPU(s) are known to be problematic but modern AMD Ryzen Note: Older AMD CPU(s) are known to be problematic but modern AMD Ryzen
processors work just fine (even for macOS Sonoma). processors work just fine (even for macOS Sonoma).
@ -62,7 +62,7 @@ processors work just fine (even for macOS Sonoma).
* Install QEMU and other packages. * Install QEMU and other packages.
``` ```
sudo apt-get install qemu uml-utilities virt-manager git \ sudo apt-get install qemu-system uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \ wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
tesseract-ocr-eng genisoimage vim net-tools screen -y tesseract-ocr-eng genisoimage vim net-tools screen -y
``` ```