Re: Writing to BSD layer from I/O kit layer
On 7/19/12, Boris Remizov <catflight@gmail.com> wrote:
Hi,
Yes it is possible via VFS layer, it includes couple or read/write/open/create/close routines, close to their C analogs. Valuable difference is only in working with directories - in VFS you have do bigger work yourself. Please refer to the <vfs/vfs_support.h>.
Regards, Boris
On Wed, Jul 18, 2012 at 12:22 PM, Mehdi Esmaeelpour < mehdi.esmaeelpour@gmail.com> wrote:
Hi all
I want to create a kext that create a file and write something to it ... Can i do this?
Thanks
Can you explain more? or give me some sample codes? any document? i cannot find any sample or document. _______________________________________________ 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
participants (1)
-
Mehdi Esmaeelpour