home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text6399.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.8 KB

  1. Received: from mandrake.cen.ufl.edu (mandrake.cen.ufl.edu [128.227.180.15]) by nacm.com (8.6.10/8.6.9) with SMTP id RAA29570 for <executor@nacm.com>; Sun, 5 Nov 1995 17:52:30 -0800
  2. Received:  
  3.     by mandrake.cen.ufl.edu  
  4.         (Linux Smail3.1.28.1 #5)
  5. Sender: owner-paper@nacm.com
  6. Precedence: bulk
  7.      
  8.     id m0tCHdZ-000CGcC; Sun, 5 Nov 95 21:50 EST
  9. Message-Id: <m0tCHdZ-000CGcC@mandrake.cen.ufl.edu>
  10. From: jnh@kzin.cen.ufl.edu (Jordan Hazen)
  11. Subject: Re: Checking floppy in E/L
  12. To: m@fly.net (Mike)
  13. Date: Sun, 5 Nov 1995 21:50:17 -0500 (EST)
  14. Cc: executor@nacm.com
  15. In-Reply-To: <Pine.SOL.3.91.951105160722.25179A-100000@gravity> from "Mike" at Nov 5, 95 04:12:09 pm
  16. X-Mailer: ELM [version 2.4 PL23]
  17. Content-Type: text
  18. Content-Length: 1092      
  19.  
  20. Hello,
  21.  
  22. > A small, but annoying feature on E/L occurs on my notebook, a NEC Versa S.
  23. > E/L runs better than I would expect on an sx33, but my trouble is that 
  24. > the Versa S has a removable floppy.  If I don't change my cmos settings 
  25. > at boot time to no floppy, then executor hangs as it searches for the 
  26. > nonexistent drive.
  27.  
  28. Executor looks for the /dev/fd0 device upon startup, so you might want
  29. to put a wrapper script around it to remove or rename this special
  30. file from /dev when the drive isn't there (root permissions required,
  31. of course).
  32.  
  33. Alternately, you could patch the executor binary to look for a
  34. different device, say /dev/Fd0 (capital F), and arrange to have a
  35. symlink from that to the real /dev/fd0 only when the floppy is
  36. attached.  I did this with /dev/cdrom to keep that from being probed
  37. (-> /dev/cdRom).  Back up your 'executor' file first, then go in with
  38. a hex editor ('she', 'beav', even 'emacs' will work under Linux if
  39. you're careful not to insert or delete characters).  The string to
  40. change occurs just before "enter macdrives".
  41.  
  42. happy kludging, :-)
  43. --
  44. Jordan.
  45.  
  46.