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) - int 21 - novell netware 4.0 - get volume statistics http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - Novell NetWare 4.0 - GET VOLUME STATISTICS
        AH = DAh
        DL = volume number
        ES:DI -> reply buffer (see below)
Return: AL = 00h
SeeAlso: AH=36h

Format of reply buffer:
Offset  Size    Description
 00h    WORD    sectors/block
 02h    WORD    total blocks
 04h    WORD    unused blocks
 06h    WORD    total directory entries
 08h    WORD    unused directory entries
 0Ah 16 BYTEs   volume name, null padded
 1Ah    WORD    removable flag, 0000h = not removable

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