Posts

Post not yet marked as solved
2 Replies
1.3k Views
According to Information in 2019wwdc, macOS 10.15 will be the last release to fully support kextsso,I'm trying to convert the virtual audio driver (kext) developed by IOKit into a dext developed by DriverKit,but I can't find audio driver in the DriverKit description document.Question1Does DriverKit currently offers audio-related APIs instead of IOKit's audio APIs? (e.g., IOAudioDevice.h, IOAudioEngine.h)If DriverKit offers audio-related APIs,give it's link for meQuestion2If DriverKit currently doesn't offer audio-related APIs instead of IOKit's audio APIsCan MacOS 10.16 or later support virtual audio driver(kext) to load?From the following information, I think the answer is no.================================================================================Information in 2019wwdc:macOS 10.15 will be the last release to fully support kexts without compromisesFor the capabilities and device families supported by System Extensions, using aKernel Extension to perform the same function is deprecatedIn a future release of macOS, Kernel Extensions of these kinds will not loadhttps://developer.apple.com/videos/play/wwdc2019/702/================================================================================
Posted
by Ling.Fei.
Last updated
.