home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / ibm / pc / hardware / 29409 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  926 b 

  1. Path: sparky!uunet!ukma!cs.widener.edu!dsinc!ub!oswego!blurt.oswego.edu!mulvey
  2. From: mulvey@blurt.oswego.edu (Allen Mulvey, SUNY, Oswego, NY)
  3. Newsgroups: comp.sys.ibm.pc.hardware
  4. Subject: IDE LL Format
  5. Message-ID: <1992Nov9.160211.783@blurt.oswego.edu>
  6. Date: 9 Nov 92 16:02:11 GMT
  7. Organization: SUNY College at Oswego, Oswego, NY
  8. Lines: 21
  9.  
  10. I have been following the posts about low level formatting IDE drives with 
  11. interest. Several months ago the Computer Shopper printed the following 
  12. routine which they said will format virtually any drive including IDE 
  13. drives. Unfortunately I did not record which issue I took it from. I have 
  14. never attempted to use it as I have never had a software problem FDISK 
  15. couldn't solve. Here it is. How does it (or doesn't it) work?
  16.  
  17. DEBUG LOW LEVEL FORMAT
  18. F 200 L1000 0
  19. A CS:100
  20. MOV AX,301
  21. MOV BX,200
  22. MOV CX,1
  23. MOV DX,80
  24. INT 13
  25. INT 20
  26. <ENTER>
  27. G
  28.  
  29.             Allen Mulvey
  30.             mulvey@blurt.oswego.edu
  31.