re: How to use driver verifier?

If you go to http://www.microsoft.com/ddk/IFSkit/ you can find
information about porting to Windows 2000 as well as other interesting
stuff.

-----Original Message-----
From: Danny [mailto:xxxxx@neptune.co.il]
Sent: Sunday, January 28, 2001 11:18 AM
To: File Systems Developers; Neal Christiansen
Subject: Re:re: How to use driver verifyer?

Win2000 is quite new form me.
Could you kindly specify what are the basic steps for porting an NT
filter
driver into a Win2000
system.I think this is something many could use.

Neal Christiansen wrote:

The driver verifier is not presently available on NT4.? I would
recommend that you port your driver to Windows 2000 (something you
probably need to do eventually anyway) and do your verifier testing
there.? Anything it finds will be applicable to your NT4 version of
the
driver as well.

Neal Christiansen

-----Original Message-----
From: Danny [mailto:xxxxx@neptune.co.il]
Sent: Monday, January 15, 2001 2:03 AM
To: File Systems Developers
Subject: [ntfsd] re: How to use driver verifyer?

Daniel Lovinger wrote:

Since the verifier (%WINDIR%\system32\verifier.exe in answer to
another
question) is simply part of the system as of Windows 2000

Is there a Verifier for WinNT or something similar ? becouse that’s
the
one I need asap.
Regards,
Daniel A.
?


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Neal Christiansen wrote:

If you go to http://www.microsoft.com/ddk/IFSkit/ you can find
information about porting to Windows 2000 as well as other interesting
stuff.
 

I have been there many times ,and read the article /ifs/ntupto2k.htm -
Potential issues involved in updating
Winnt IFS drivers to win2k,but what I really need now is to know :
1 . should I compile and build on win2k machine or winnt can do the job.
2.  where should I change the win version to let the compiler now that he
is compiling for win2000
3. A proper make file for win 2000.
 
 


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> 1 . should I compile and build on win2k machine or winnt can do the job.

  1. where should I change the win version to let the compiler now that he
    is compiling for win2000
  2. A proper make file for win 2000.

Here’s a simple algorithm that works (though you’re not limited to this):

a) Build on Win2K, using the Win2K DDK and Win2K IFS Kit for Win2K.

b) Build on NT, using the NT V4 DDK and the NT IFS kit for NT.

Can’t get any easier than that.

Peter
OSR Open Systems Resources, Inc.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com