Re: file read/write routine in Driver Code
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Jul 5, 2005, at 3:12 AM, santosh katvate wrote: Hello everybody how to do file read within driver code(i.e SampleFilterScheme.kext). As i want to read some config data from that file. You really, really don't want to read a file from within the kernel. Instead, have a user level program read and parse the data and pass the resulting data into the kernel. William Kucharski kucharsk@mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
William Kucharski