home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / PAX20.ZIP / README.1ST < prev    next >
Text File  |  1990-11-12  |  2KB  |  47 lines

  1. I have fixed some bugs and changed the usage pages a bit.
  2. I put the dio library from Harold Walters in #ifdef DIO .. #endif's
  3. and added my own in #ifdef DISKACC .. #endif's.
  4.  
  5. My own direct disk access library runs not only on MS-DOS but also
  6. on OS/2 protected mode and automatically senses the disk type/density/format.
  7. No DIR command is needed like with Harold Walters' library.
  8.  
  9. DISKACC.DLL is needed on OS/2 only. Put it in a directory in your LIBPATH.
  10.  
  11. Kai Uwe Rommel
  12. Munich
  13. rommel@lan.informatik.tu-muenchen.dbp.de
  14.  
  15.  
  16. New files 
  17. ---------
  18.  
  19. patches.os2        context diffs to pax 2.0 beta sources
  20.  
  21. config.h                config.h for MS-DOS
  22. dir.h                   Unix-like directory routines
  23. dir_dos.c               "
  24. dir_os2.c               "
  25. disktape.c              interface from pax to diskacc library
  26. getopt.c                GNU getopt
  27. makefile                makefile for bound version (for both DOS and OS/2)
  28. pax.cs                  compiler shell script (equivalent to makefile)
  29. pax.def                 module definition file
  30. wild.c                  modified cmd expansion routine from MS-C library
  31.  
  32. diskacc\*.*
  33.         diskacc.c       my direct disk access library (DLL) for OS/2
  34.     diskacc.h
  35.     diskacc.cs
  36.     diskacc.def
  37.         diskapi.c       API simlulation for diskacc under DOS
  38.     diskapi.cs
  39.         diskint.asm
  40.  
  41. pax.exe                 bound binary running on both DOS and OS/2
  42. diskacc.dll             my direct disk access library (DLL) for OS/2 (binary)
  43.  
  44. Note: This ugly Configure script is not usable on MS-DOS or OS/2.
  45. Config.h and Makefile for DOS and OS/2 or other systems not having sh
  46. should be included !!!
  47.