You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome work on your library, I was hoping to play around with a custom kernel in a UTM VM for 13.5 (first attempt) and then 13.2 (second attempt) and ran into some trouble. I know 13.5 isn't officially supported, but is the general workflow:
KERNEL_CONFIG=RELEASE ARCH_CONFIG=ARM64 MACHINE_CONFIG=VMAPPLE ./build.sh --kc
and then in Recovery Mode
bputil -a
csrutil disable
kmutil configure-boot -c /path/to/darwin-xnu-build/fakeroot/oss-xnu.macOS.13.x.release.vmapple.kc.release
It seems to build okay I just can't get the kernel to boot. Do you have any thoughts on it? Thanks!
The text was updated successfully, but these errors were encountered:
Hey there!
Awesome work on your library, I was hoping to play around with a custom kernel in a UTM VM for 13.5 (first attempt) and then 13.2 (second attempt) and ran into some trouble. I know 13.5 isn't officially supported, but is the general workflow:
KERNEL_CONFIG=RELEASE ARCH_CONFIG=ARM64 MACHINE_CONFIG=VMAPPLE ./build.sh --kc
and then in Recovery Mode
It seems to build okay I just can't get the kernel to boot. Do you have any thoughts on it? Thanks!
The text was updated successfully, but these errors were encountered: