home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / PROGRAM / DDJ9403A.ZIP / CDROM.ZIP / README.TXT < prev    next >
Text File  |  1993-10-13  |  2KB  |  53 lines

  1. ***********************************************************************
  2. CD ROM Driver for Windows NT  README FILE
  3. Sample Driver for Panasonic CR52x drive on Native Controller
  4. Copyright(c) 1993,   Sing Li,  Media Synergy Inc., All Rights Reserved
  5. ***********************************************************************
  6.  
  7. This archive contains all the source code necessary to build the NT CD ROM
  8. driver.  You will need Windows NT, SDK, and DDK properly installed on
  9. your system to compile it.  Copy the files onto a directory under
  10. \DDK\SRC tree, and use the standard 'build' command to build new
  11. drivers.
  12.  
  13. This driver will work for CD ROM installation of Windows NT with the 
  14. Panasonic CD ROM drive.  It can also be made to work after installation,
  15. but usage of driver for regular data access is not recommended without
  16. more work on the code.  The driver was tested under Windows NT 3.1.
  17.  
  18. A compiled version, CDNOW.SYS is also included in case you cannot
  19. find a system to build the source.
  20.  
  21. To install Windows NT from a Panasonic CD ROM with native controller:
  22. 1)    copy all the files onto a formatted diskette.
  23. 2)    make sure TXTSETUP.OEM and CDNOW.SYS are on the diskette
  24. 3)    boot the Windows NT 3.1 Setup Disk for CD-ROM Installation
  25. 4)    select 'C' for custom setup
  26. 5)    after SCSI adapter detection, select 'S' to add an adapter
  27. 6)    when prompted for manufacturer supplied disk, put in the
  28.     diskette you have made
  29. 7)    select the 'Panasonic CD' choice
  30. 8)    proceed with installation as detailed in Windows NT 3.1 System
  31.     Guide
  32.  
  33. The source code is supplied solely as an example to illustrate the 
  34. functional components of a minimal working CD ROM miniport driver.  
  35.  
  36. If you need support of specific CD ROM drives under Windows NT, Media Synergy
  37. may have a solution ready for you.  The CDROM-NOW! product from Media
  38. Synergy supports Mitsumi LU002, LU005S, FX001D, Panasonic CR52x,
  39. CR56x; Sony CDU31A and CR535 drives.  High performance data access,
  40. full CD audio, XA data access, and Photo CD multisession support are 
  41. standard features of CDROM-NOW!.  You can contact Media Synergy at:
  42.  
  43. Media Synergy Inc.
  44. 7 Carlton Street, Suite 1404
  45. Toronto, Ontario  CANADA
  46. M5B 2M3
  47. Phone:    (416) 593-0647
  48. FAX:    (416) 593-8772
  49.  
  50.  
  51.  
  52.   
  53.