home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / minix / 5105 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.7 KB  |  48 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!destroyer!gatech!usenet.ins.cwru.edu!news.ysu.edu!do-not-reply-to-path
  3. From: SESPC395@ysub.ysu.edu (Max)
  4. Subject: Re: Hardware and Software fixes
  5. Message-ID: <16B51D2D1.SESPC395@ysub.ysu.edu>
  6. Sender: news@news.ysu.edu (Usenet News Admin)
  7. Nntp-Posting-Host: ysub.ysu.edu
  8. Organization: Youngstown State University
  9. References:  <16B51B9B8.SESPC395@ysub.ysu.edu>
  10. Date: Sat, 9 Jan 1993 19:59:04 GMT
  11. Lines: 35
  12.  
  13. ooops! This is the corect version.
  14.  
  15. In article <16B51B9B8.SESPC395@ysub.ysu.edu>
  16. SESPC395@ysub.ysu.edu (Max) writes:
  17.  
  18. >Greatings, Programs! "Tron" if you didn't remember.
  19. >
  20. >I started this in hopes that this would thread into infinity.  This would
  21. >seem logical to have a continuing topic, with this subject on the net.
  22. >
  23. >The first fix I have is for the IBMers out there. This deals with booting
  24. >on systems with IDE Hard drive controlers.
  25. >
  26. >One of the symptoms, is a continus rebooting, or you never get out of the
  27. >disk continuously resetting its self.  There are two possible ways to fix
  28. >one is to eliminate the reset code from bootblok.s, or replace it with a
  29. >recalibrate drive (example to follow).  Removing the reset code could be
  30. >risky, because the system could lock, with out the code.
  31. >
  32. >Replace, all incidents of the following code:
  33. >
  34. >"xor      ax,ax      : reset drive" *
  35. >
  36. >with the following code:
  37. >
  38. >"movb     ah,#0x11   : recalibrate drive"
  39. >"movb     dl,#0x00   : floppy drive 0   "
  40. >
  41. >*note: ONLY replace lines that have the "reset drive" comment.
  42. >
  43. >This should provide a bootable disk when you recompile the kernel.
  44. >
  45. >Max W. Blackmer, Jr.
  46. >s0180873@unix1.cc.ysu.edu
  47. >SESPC395@ysub.ysu.edu
  48.