Function 24, subfunction 2 - get information on tracks.
Parameters:
- eax = 24 - function number
- ebx = 2 - subfunction number
- ecx = pointer to the buffer for the table
(maximum 8*64h+4 bytes=100 tracks)
Returned value:
- eax = 0 - success
- eax = 1 - CD base is not defined
Remarks:
- The format of the table with tracks information is the same as
for ATAPI-CD command 43h (READ TOC), usual table (subcommand 00h).
Function returns addresses in MSF.
- Previously CD base port must be set by call to
subfunction 3 of function 21.
- Function returns information only about no more than 100
first tracks. In most cases it is enough.