Passing configurable parameters into a kext
-- Andrew White _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.app... This email sent to site_archiver@lists.apple.com Situation: I have a driver kext, and I want that kext's behaviour to be configurable over reboot. Is there a well-defined API for saving "preferences" that can then be loaded by the kext at boot time? Obviously, I could write something that modified the driver's Info.plist properties or created a preference file somewhere, but I was wondering if there is an "official" way to do this?
participants (1)
-
Andrew White