home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 165 / DSKPARM.ZIP / READ.ME < prev    next >
Text File  |  1986-10-08  |  670b  |  15 lines

  1.  
  2.     These two progs come from the May '86 issue of PC Tech
  3. Journal in an article, written by Glenn F. Roberts, called
  4. "Finding Disk Parameters".  The article gives a good overview
  5. of the DOS disk structure, including: the boot record, the file
  6. allocation table (FAT), and root directory.  The progs show use
  7. of (yet another) undocumented DOS function, 32H, to determine
  8. the FAT's size and location.
  9.  
  10.     An interesting outcome of this for me was that if I
  11. turned off optimization (-Od), as Microsoft recommends for
  12. debugging with Codeview, the bloody progs don't work!  Compile
  13. normally and everything is fine.  You pay your money, and you
  14. take your chances...
  15.