From b8bc96200631a487c4298db16cacc98ea44dd037 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 3 Jun 2024 09:55:44 +0200 Subject: [PATCH] docs: Mention core count limitation (#7) --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ae5f534..11d6366 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,7 @@ kubectl apply -f kubernetes.yml - Select `Disk Utility` and then select the largest `Apple Inc. VirtIO Block Media` disk. - - Click `Erase` to format the disk, and give it a recognizable name you like. + - Click `Erase` to format the disk, and give it any recognizable name you like. - Close the window and proceed the installation by clicking `Reinstall macOS `. @@ -130,6 +130,8 @@ kubectl apply -f kubernetes.yml CPU_CORES: "4" ``` + Please note that OSX requires the CPU core count to be a power of 2. + * ### How do I verify if my system supports KVM? To verify if your system supports KVM, run the following commands: