home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / misc / 6048 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.0 KB  |  52 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!microsoft!hexnut!jenk
  3. From: jenk@microsoft.com (Jen Kilmer)
  4. Subject: Re: 3.5" floppy on ibm pc/XT......
  5. Message-ID: <1992Nov06.035238.2438@microsoft.com>
  6. Date: 06 Nov 92 03:52:38 GMT
  7. Organization: Microsoft Corporation
  8. References: <eJwoTB2w165w@willard.UUCP> <Bx76p6.JA3@acsu.buffalo.edu>
  9. Lines: 41
  10.  
  11. In article <Bx76p6.JA3@acsu.buffalo.edu> dudek@acsu.buffalo.edu (The Cybard=) writes:
  12. >ninja@willard.UUCP writes:
  13. >
  14. >> 
  15. >>  To use a 3.5 " floppy on an IBM PC/XT, you need...
  16. >>  : a new bios chip for the machine
  17. >>  : high density 8 bit floppy controller card
  18. >>  : dos 3.30 and above....
  19. >
  20. >There is an easier way. Put this line in your config.sys:
  21. >
  22. >driveparm=^A^A^A/d:X /c /f:Y
  23. >             ^
  24. >            /|\   Refer to your DOS manual for the proper values of X and Y.
  25. >             |     
  26. >             |
  27. >             +--- insert three control-A characters here.  Edlin works best.
  28. >             
  29.  
  30. Drivparm was added in MS-DOS 3.20; MS-DOS 3.30 added 1.44M support.
  31.  
  32. There is a bug in the 3.30 IO.SYS CONFIG.SYS parser which makes it
  33. not recognize drivparm as a CONFIG.SYS command. This was fixed in
  34. MS-DOS 3.30a, or, as above, you can work around it.
  35.  
  36. Only problem with drivparm is that it is BIOS-dependent. Drivparm
  37. makes MS-DOS treat the drive as what you specified with drivparm.
  38. So if you specify using drivparm that your 3.5" floppy drive is
  39. 3.5", MS-DOS will treat it as such, and if you ask, say, to format
  40. a floppy in that drive (using FORMAT or whatever) MS-DOS will ask
  41. the BIOS to format a disk in that 3.5" drive. 
  42.  
  43. Some BIOSes will then format the disk in the 3.5" drive.
  44. Other BIOSes will not know how to handle that sector/track combination
  45. that DOS asked for, or will try to confirm that MS-DOS is giving it the
  46. 'correct' values for the type of drive, and when the BIOS notices
  47. that MS-DOS gave it 'bogus' values, it will [in a manner of speaking]
  48. have a good laugh at DOS and tell it to jump off a cliff. 3.5"??
  49. That's a [whatever the BIOS thinks it is], DOS, don't be stupid.
  50.  
  51. -jen
  52.