Int 13 Fn 4D00 - Bootable Cd-rom - Return Boot Catalog [d]

AX = 4D00h
DS:SI -> command packet (see #0213)

Return: CF clear if successful
CF set on error
AX = return codes

See Also: AH=48h,AH=4Ah,AX=4B00h,AH=4Ch

Format of Bootable CD-ROM "get boot catalog" command packet:
Offset Size Description (Table 0213)
00h BYTE size of packet in bytes (08h)
01h BYTE number of sectors of boot catalog to read
02h DWORD -> buffer for boot catalog
06h WORD first sector in boot catalog to transfer

See Also: #0211