I am going to develop certain driver and it is expected to work on latter
than NT4 and Win9x both. So I would like to do that with WDM, but it is
problem on NT4 because NT4 does not support that.
Could you please give me advice or pointer how to develop 9x and NT driver
including NT4?
Notice that Windows 95 doesn’t supports WDM drivers.
If you are planning to develop file-system-driver (or filter one) which
operates over both platforms, it will going to be a very difficult job.
Windows 9/ME file-system drivers are legacy from 95 OS, which means that
they have interfaces for the IFSMgr. It’s not possible for WDM driver to
send/receives messages from VxD driver.
My best suggestion for you is to develop 2 drivers (VxD and SYS) which have
a common software layer.
Elad.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Hideyuki Inamasu
Sent: Thursday, February 10, 2005 3:00 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] How to develop
Hello,
I am going to develop certain driver and it is expected to work on latter
than NT4 and Win9x both. So I would like to do that with WDM, but it is
problem on NT4 because NT4 does not support that.
Could you please give me advice or pointer how to develop 9x and NT driver
including NT4?
----- Original Message -----
From: “Hideyuki Inamasu” Newsgroups: ntfsd To: “Windows File Systems Devs Interest List” Sent: Thursday, February 10, 2005 4:00 PM Subject: [ntfsd] How to develop
> Hello, > > I am going to develop certain driver and it is expected to work on latter > than NT4 and Win9x both. So I would like to do that with WDM, but it is > problem on NT4 because NT4 does not support that. > > Could you please give me advice or pointer how to develop 9x and NT driver > including NT4? > > Thank you, > Hideyuki Inamasu. > > > — > Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17 > > You are currently subscribed to ntfsd as: xxxxx@storagecraft.com > To unsubscribe send a blank email to xxxxx@lists.osr.com
Regards,
ZG [@ Sydney]
Windows Driver Developer/Service
[Remove ‘stopspam’ & ‘nospam’ when you send email to me]
“Hideyuki Inamasu” wrote in message news:xxxxx@ntfsd… > Hello, > > I am going to develop certain driver and it is expected to work on latter > than NT4 and Win9x both. So I would like to do that with WDM, but it is > problem on NT4 because NT4 does not support that. > > Could you please give me advice or pointer how to develop 9x and NT driver > including NT4? > > Thank you, > Hideyuki Inamasu. >