[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 26  - DOS 3.31+ - Absolute Disk Write (>32m Hard-disk Partition)       [D]

   CX = FFFFh
   AL = drive number (0=A, 1=B, etc)
   DS:BX -> disk write packet (see below)

Return: same as above

Notes: partition is potentially >32M (and requires this form of the call) if
     bit 1 of device attribute word in device driver is set
   original flags are left on stack, and must be removed by caller
   this call bypasses the DOS filesystem, though DOS 5+ invalidates any
     disk buffers referencing sectors which are written with this call

See Also: INT 13/AH=03h,INT 25/CX=FFFFh,INT 26

Format of disk write packet:
Offset Size    Description
 00h   DWORD   sector number
 04h   WORD    number of sectors to read
 06h   DWORD   transfer address

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson