Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        Write sector buffer (XT,PORT,PS)
        (harddisk only)

        Entry:
          AH = 0Fh
          AL = number of sectors
          CH = cylinder (bits 8,9 in top two bits of CL)
          CL = sector number
          DH = head number
          DL = drive number
          ES:BX = pointer to buffer

        Return:
          AL = number of sectors actually transferred
          AH = status code (see AH=1 above)

        Notes:  Should be called before formatting to initialize the
                controller's sector buffer.
                Used for diagnostics only on PS/2 systems

See Also: INT 13h, 0Bh

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson