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]

Format of DOS 4.x disk buffer chain head (array, one entry per chain):

Offset  Size    Description
 00h    WORD    EMS logical page number in which chain is resident, garbage if
                not using EMS
 02h    DWORD   pointer to least recently used buffer header.  All buffers on
                this chain are in the same segment.
 06h    WORD    number of dirty buffers on this chain???
Note:   Buffered disk sectors are assigned to chain N where N is the sector's
        address modulo NDBCH,  0 <= N <= NDBCH-1.  Each chain resides
        completely within one EMS page.  This structure is in main memory even
        if buffers are in EMS.

See Also: INT 21h, 52h

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