diff --git a/notes.md b/notes.md
index 4b2b952..e579733 100644
--- a/notes.md
+++ b/notes.md
@@ -229,6 +229,14 @@ macOS Ventura drops support for pre-Haswell CPUs, as assorted macOS components a
* Should OCLP require it, disable macOS System Integrity Protection (SIP) and/or Apple Mobile File Integrity (AMFI) through OpenCore `config.plist` editing. Make sure to "Reset NVRAM" in OpenCore boot menu.
+ ```
+ csr-active-config
+ AwgAAA==
+ ...
+ boot-args
+ [other-boot-args-here] amfi_get_out_of_my_way=0x1
+ ```
+
Confirmed to work as of Ubuntu 22.04, QEMU 6.2.0, macOS Ventura 13.5 and OCLP v0.6.7 with no stability issues.