Re: VNODE sample under Tiger
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On May 3, 2005, at 1:04 PM, Pezeshgi, Shahriar wrote: Mike I know this is not good thing to do but we need it because of: 1) Reading configuration 2) Reading L1 code To have more idea, our driver has been developed under ProjectBuilder and OS X 10.1. The same binary can work under 10.2 and 10.3 but for Tiger it's complaining about some missing symbols like _vn_open or _vn_rdwr and finally it's failing to load the driver. vn_open is not available in 10.4. As John pointed out, it's replaced by vnode_open for those applications that absolutely cannot do the right thing and must work with files inside the kernel. = Mike _______________________________________________ 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... There's no reason you can't upload these into your driver from a user- space helper application, and you should. This email sent to site_archiver@lists.apple.com
participants (1)
-
Mike Smith