home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text2237.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.1 KB  |  27 lines

  1. Hello,
  2.  
  3. > A small, but annoying feature on E/L occurs on my notebook, a NEC Versa S.
  4. > E/L runs better than I would expect on an sx33, but my trouble is that 
  5. > the Versa S has a removable floppy.  If I don't change my cmos settings 
  6. > at boot time to no floppy, then executor hangs as it searches for the 
  7. > nonexistent drive.
  8.  
  9. Executor looks for the /dev/fd0 device upon startup, so you might want
  10. to put a wrapper script around it to remove or rename this special
  11. file from /dev when the drive isn't there (root permissions required,
  12. of course).
  13.  
  14. Alternately, you could patch the executor binary to look for a
  15. different device, say /dev/Fd0 (capital F), and arrange to have a
  16. symlink from that to the real /dev/fd0 only when the floppy is
  17. attached.  I did this with /dev/cdrom to keep that from being probed
  18. (-> /dev/cdRom).  Back up your 'executor' file first, then go in with
  19. a hex editor ('she', 'beav', even 'emacs' will work under Linux if
  20. you're careful not to insert or delete characters).  The string to
  21. change occurs just before "enter macdrives".
  22.  
  23. happy kludging, :-)
  24. --
  25. Jordan.
  26.  
  27.