Re: VNODE sample under Tiger
Re: VNODE sample under Tiger
- Subject: Re: VNODE sample under Tiger
- From: Mike Smith <email@hidden>
- Date: Tue, 3 May 2005 13:10:22 -0700
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
There's no reason you can't upload these into your driver from a user-
space
helper application, and you should.
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden