home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14866 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.8 KB  |  46 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!munnari.oz.au!uniwa!bilby.cs.uwa.oz.au!usenet
  3. From: Quinn <quinn@cs.uwa.edu.au>
  4. Subject: Re: Formatting a disk in the background
  5. Message-ID: <1992Sep2.012822.21039@bilby.cs.uwa.edu.au>
  6. X-Xxdate: Wed, 2 Sep 92 01: 23:22 GMT
  7. Sender: usenet@bilby.cs.uwa.edu.au
  8. Nntp-Posting-Host: eriodon
  9. Organization: The University of Western Australia
  10. X-Useragent: Nuntius v1.1.1d9
  11. References: <1992Aug31.223046.8274@microsoft.com>
  12. Date: Wed, 2 Sep 1992 01:28:22 GMT
  13. Lines: 31
  14.  
  15. In article <1992Sep1.121235.11175@tc.cornell.edu> Michael G. Reed,
  16. reed@snake.tc.cornell.edu writes:
  17. >I don't think it can be done.  The problem is that reads/writes to
  18. floppy 
  19. >disks are VERY time critical.  Therefore, most OS's will disable
  20. interupts
  21. >and require the formatting code to run exclusively if you want a
  22. "properly"
  23. >formatted disk.  This happens on the mac (that's why the mouse "jumps"
  24. when
  25. >you are formatting disks...the mouse is interupt driven), so I don't
  26. think 
  27. >you're going to be able to get around it with Apple's routines...You
  28. could
  29. >always write your own disk I/O routines :) (just kidding).
  30.  
  31. Unless you've got a IIfx (or Quadra 900/950 ?) because the on-board
  32. IO Processors handle all that messing around with floppies and leave
  33. the mouse tracking smooth as silk.  [Heavy sigh]
  34.  
  35. Of course hacking the disk initialisation package to run in the
  36. background would be fun (-;
  37.  
  38. btw Does anyone know why the disk init package doesn't display
  39. a filler bar telling you how far it's got?  It seems like a user
  40. interface faux pas to me.
  41.  
  42. Quinn "The Eskimo!"      <quinn@cs.uwa.edu.au>     "Support HAVOC!"
  43. Department of Computer Science, The University of Western Australia
  44.   -- Inquiring minds want to know where the phrase "Inquiring minds
  45.      want to know" comes from.
  46.