-
Notifications
You must be signed in to change notification settings - Fork 239
Apple Silicon Support
Christophe Fergeau edited this page Jul 9, 2024
·
1 revision
Apple silicon support has been available since CRC 2.4.1.
M1 support uses vfkit
which is a small binary wrapper which maps command line arguments to the API provided by the macOS virtualization framework. It does this using the go bindings provided by https://github.com/Code-Hex/vz
The main reason for needing this separate vfkit binary is that when creating VMs with macOS virtualization framework, their lifetime is tied to the process which created them. This is why we need a separate process which will stay alive as long as the VM is needed.
There is no separate machine driver for vfkit, it's integrated directly in crc codebase, similarly to what is done for hyperv.