home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / apple2 / 19914 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.6 KB

  1. Path: sparky!uunet!usc!wupost!waikato.ac.nz!comp.vuw.ac.nz!actrix!David.Empson
  2. Newsgroups: comp.sys.apple2
  3. Subject: Re: Flopticals...any successful usage out there?
  4. Message-ID: <1992Sep6.042445.29994@actrix.gen.nz>
  5. From: David.Empson@bbs.actrix.gen.nz
  6. Date: Sun, 6 Sep 1992 04:24:45 GMT
  7. Sender: David.Empson@actrix.gen.nz (David Empson)
  8. References: <1992Sep3.045719.10600@cco.caltech.edu> <1992Sep5.211140.28318@cs.tulane.edu> <1992Sep5.224214.16452@cco.caltech.edu>
  9. Organization: Actrix Information Exchange
  10. Keywords: Floptical, Insite, SCSI
  11. Lines: 40
  12.  
  13. In article <1992Sep5.224214.16452@cco.caltech.edu> toddpw@cco.caltech.edu (Todd P. Whitesel) writes:
  14. > lang@cs.tulane.edu (Raymond Lang) writes:
  15. > >In article <1992Sep3.045719.10600@cco.caltech.edu> toddpw@cco.caltech.edu (Todd P. Whitesel) writes:
  16. > >>1. Tulin is final-testing an Apple SCSI driver for the Floptical. This would
  17. > >>be GS/OS only, and while I remember hearing that the current SCSI.Manger will
  18. > >>work with the Rev.C card, I am not certain.
  19. > >So I wouldn't be able to use this from a PC-Transporter, since that runs
  20. > >under P8; or would I just have to make sure that I launched AEPC from GS/OS?
  21. > I don't know exactly how the PCT operates -- maybe somebody else can answer
  22. > this one. The RamFast (rom version 2.01 or later) will use the floptical from
  23. > both GS/OS and P8; it functions but it is not seamless. I am working on getting
  24. > CVT to support it but they are not being too cooperative just yet.
  25.  
  26. The PCT accesses drives on the Apple side of the system as if they were
  27. PC floppy drives.  You can have up to four floppies (A: through D:).
  28. The disk must be in PC format, i.e. the first block has the MS-DOS
  29. boot record, including information about the number of sectors, sides
  30. and cylinders used by the disk.
  31. The PCT BIOS fakes the appropriate BIOS parameter blocks, so most PC
  32. software won't care about unusual disk sizes.  In most cases, you end
  33. up with a disk that has a few non-existant sectors, which are marked
  34. as "bad" in the file allocation table, but don't actually exist.
  35.  
  36. All these drives are accessed using READ_BLOCK and WRITE_BLOCK calls
  37. to the MLI.  Formatting one of these disks causes the PCT software to
  38. call the device's ProDOS block driver's FORMAT routine.
  39.  
  40.  
  41. The only support the PCT has for "hard drives" is a file on a ProDOS
  42. volume, which contains the image of a PC hard drive, including
  43. partition table.  The PCT uses standard ProDOS MLI calls (OPEN, READ,
  44. WRITE, SET_MARK, etc.) to access these.
  45. -- 
  46. David Empson
  47.  
  48. Internet: David.Empson@bbs.actrix.gen.nz    EMPSON_D@kosmos.wcc.govt.nz
  49. Snail mail: P.O. Box 27-103, Wellington, New Zealand
  50.