From fbf408180240b339653af73e7a86f0d02400dca8 Mon Sep 17 00:00:00 2001 From: blacktop Date: Thu, 9 Jan 2025 18:54:01 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4f0c85e..b60220c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Currently `MACHINE_CONFIG=T8103` is not correctly building for at least `14.3` > [!NOTE] > When attempting to boot try adding the boot-arg: `sudo nvram boot-args="-unsafe_kernel_text"` +> [!WARNING] +> Booting VMAPPLE kernels in VMs only works on Apple M1s [see issue](https://github.com/blacktop/darwin-xnu-build/issues/22) + ## Why? 🤔 I'm hoping to patch and build the xnu source in interesting ways to aid in research and development of macOS/iOS security research tools as well as generate [CodeQL](https://securitylab.github.com/tools/codeql) databases for the community to use.