diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index 896c283c239..e4590483bb0 100644 --- a/Documentation/BuildInstructionsMacOS.md +++ b/Documentation/BuildInstructionsMacOS.md @@ -23,29 +23,3 @@ Notes: - Installing osxfuse for the first time requires enabling its system extension in System Preferences and then restarting your machine. The output from installing osxfuse with brew says this, but it's easy to miss. - -## Hardware acceleration on macOS Big Sur - -If you are on macOS Big Sur, you will need to manually enable QEMU's hardware acceleration before running Serenity, by -creating a new file called `entitlements.xml` in the `Build/` folder, with the content below, and then running this -command: - -`codesign -s - --entitlements entitlements.xml --force $(which qemu-system-x86_64)` - -
-Content for 'entitlements.xml'. - -```xml - - - - - com.apple.security.hypervisor - - - -``` - -
-