home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / programm / 9111 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1016 b   |  26 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!usc!sol.ctr.columbia.edu!ucselx!crash!uzun
  3. From: uzun@crash.cts.com (Roger Uzun)
  4. Subject: Int 13h Read Sectors/Write Sectors to HD
  5. Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
  6. Date: 06 Sep 92 18:29:18 PDT
  7. Message-ID: <1992Sep06.182919.17070@crash>
  8. Lines: 16
  9.  
  10. When you do a write/read sectors request to/from the Hard Disk,
  11. using int 13h, does the BIOS auto step through the cylynders/heads
  12. if your request spans such a boundary.
  13. For example if a disk has 4 heads, 17 sectors/track and you
  14. ask to read 80 sectors starting at head 0, cylynder 20, sector 1,
  15. will the BIOS give you hd 0 secs 1-17, hd 1 secs 1-17, hd 2
  16. secs 1-17, hd 3 secs 1-17, then go on to the next cylynder (21)
  17. and give you the remaining sectors from hd 0 of that sector?
  18.  
  19. Just how smart is the read/write sector command of int 13h
  20.  
  21.  
  22. -Roger
  23. --------------------------------------------------------------
  24. bix: ruzun
  25. NET: uzun@crash.cts.com
  26.