CD-ROM Commands..

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Christopher Vigren

CD-ROM Commands..

Post by Christopher Vigren »

NOT any MSCDEX things...
I need the commands that you send (with OUT) to the CD-ROM to get the info.
Like get a sector, or something like that..
I have the commands for the FixedDisk, like 20h to read an sector, with retry.

By the way, is't sectors at a CD-ROM??

Best Regards
/ Christopher Vigren
BLoggins02

Re: CD-ROM Commands..

Post by BLoggins02 »

An industry standard IDE CD-ROM is an ATAPI device, as such the best place to start would probably be:

http://ata-atapi.com

For more detail, try:

http://www.stanford.edu/~csapuntz/ide.html

HTH,
Breckin
Post Reply