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

struc BuildBPBRequest           ; Device-Driver function 02h
 bbrLength       db ?           ; Length of structure, in bytes
 bbrUnit         db ?           ; Unit number
 bbrFunction     db ?           ; Function number (02h)
 bbrStatus       dw ?           ; Status
 bbrReserved     db 8 dup (?)   ; Reserved
 bbrMediaID      db ?           ; INPUT:  media descriptor
 bbrFATSector    dd ?           ; INPUT:  buffer with first FAT sector
 bbrBPBAddress   dd ?           ; OUTPUT: BPB address
ends                            ; = 22d bytes

See Also: Dev02h BPB Media types

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