home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apollo / 3135 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!caen!hellgate.utah.edu!basset.utah.edu!hollaar
  3. From: hollaar%basset.utah.edu@cs.utah.edu (Lee Hollaar)
  4. Subject: Re: Mtools on Apollo
  5. Date: 28 Jul 92 16:14:24 MDT
  6. Message-ID: <1992Jul28.161424.13620@hellgate.utah.edu>
  7. Summary: Might not be possible
  8. Organization: University of Utah CS Dept
  9. References: <199207282137.AA09344@cadnet.micro.honeywell.com>
  10. Lines: 14
  11.  
  12. It might not be possible to port mtools to the Apollo under Domain/OS.
  13. A standard PC floppy disk (and a floppy disk on a Sun SPARCstation) uses
  14. 512 byte sectors.  The Apollo floppy controller is set up for 1024 byte
  15. sectors, to be compatible with the blocksize of the standard Apollo file
  16. system.
  17.  
  18. When I wrote PCdisk, a program marketted by Contexture, Inc., that reads and
  19. writes PC floppies on Apollo (and Sun) workstations (DN3X00/4X00 and 4XX),
  20. what I had to do is write a new device driver that saved the Apollo
  21. configuration for the controller, reset it and loaded the configuration
  22. appropriate for a PC floppy, and then set everything back to normal Apollo
  23. values after I was done.
  24.  
  25.                 Lee
  26.