Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - format of sharing record: http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Format of sharing record:
Offset  Size    Description
 00h    BYTE    flag
                00h free block
                01h allocated block
                FFh end marker
 01h    WORD    size of block
 03h    BYTE    checksum of pathname (including NUL)
                if sum of ASCII values is N, checksum is (N/256 + N%256)
 04h    WORD    offset in SHARE's DS of lock record (see below)
 06h    DWORD   pointer to start of system file table chain for file
 0Ah    WORD    unique sequence number
 0Ch    var     ASCIZ full pathname

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