home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / kernex32.zip / File_Id.Diz < prev    next >
Text File  |  1998-09-19  |  834b  |  24 lines

  1. MWDD32  is  a  package  that  allows  the
  2. implementation  of  32 bits  OS/2  device
  3. drivers  (BASEDEV  and  DEVICE)  as  well
  4. as 32 bits Installable File Systems (IFS)
  5. It is composed of several parts:
  6. * a base  device driver (mwdd32.sys) that
  7.   provides kernel services  (DevHelp) and
  8.   utility functions callable from 32 bits
  9.   ring 0 code.
  10. * a static library  (fsh32.lib) that pro-
  11.   vides thunks  from 16  bits  IFS  entry
  12.   points to  32 bits,  and 32 bits inter-
  13.   faces to FSHelper functions.
  14. - a sample  32 bits  BASEDEV  base device
  15.   driver skeleton, with sources.
  16. - a sample 32 bits  DEVICE device  driver
  17.   skeleton, with sources.
  18. - a sample  32 bits  IFS driver skeleton,
  19.   with sources.
  20. - a sample  32 bits  OS/2  SES  (Security
  21.   Enabling Services) base  device  driver
  22.   skeleton, with sources.
  23.  
  24.