diff --git a/EFI/OC/Config.plist b/EFI/OC/Config.plist
index 1b3d3ed..4bd69cc 100644
--- a/EFI/OC/Config.plist
+++ b/EFI/OC/Config.plist
@@ -570,6 +570,24 @@
PlistPath
Contents/Info.plist
+
+ Arch
+ x86_64
+ BundlePath
+ NVMeFix.kext
+ Comment
+
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/NVMeFix
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
Block
diff --git a/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist b/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist
new file mode 100644
index 0000000..adfc88c
--- /dev/null
+++ b/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist
@@ -0,0 +1,85 @@
+
+
+
+
+ BuildMachineOSBuild
+ 20G624
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ NVMeFix
+ CFBundleIdentifier
+ org.acidanthera.NVMeFix
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ NVMeFix
+ CFBundlePackageType
+ KEXT
+ CFBundleShortVersionString
+ 1.1.0
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
+ CFBundleVersion
+ 1.1.0
+ DTCompiler
+ com.apple.compilers.llvm.clang.1_0
+ DTPlatformBuild
+ 13C100
+ DTPlatformName
+ macosx
+ DTPlatformVersion
+ 12.1
+ DTSDKBuild
+ 21C46
+ DTSDKName
+ macosx12.1
+ DTXcode
+ 1321
+ DTXcodeBuild
+ 13C100
+ IOKitPersonalities
+
+ org.acidanthera.NVMeFix
+
+ CFBundleIdentifier
+ org.acidanthera.NVMeFix
+ IOClass
+ NVMeFix
+ IOMatchCategory
+ NVMeFix
+ IOProviderClass
+ IOResources
+ IOResourceMatch
+ IOKit
+
+
+ LSMinimumSystemVersion
+ 10.14
+ NSHumanReadableCopyright
+ Copyright © 2019 acidanthera. All rights reserved.
+ OSBundleCompatibleVersion
+ 1.0
+ OSBundleLibraries
+
+ as.vit9696.Lilu
+ 1.4.1
+ com.apple.kpi.bsd
+ 12.0.0
+ com.apple.kpi.dsep
+ 12.0.0
+ com.apple.kpi.iokit
+ 12.0.0
+ com.apple.kpi.libkern
+ 12.0.0
+ com.apple.kpi.mach
+ 12.0.0
+ com.apple.kpi.unsupported
+ 12.0.0
+
+ OSBundleRequired
+ Root
+
+
diff --git a/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix b/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix
new file mode 100644
index 0000000..97fc812
Binary files /dev/null and b/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix differ