Mail Archives: djgpp/1997/09/15/07:39:50
On Sat, 13 Sep 1997, Cthulhu wrote:
> I have to do a code that calls interrupt 2Fh, service 1501h, there is
> a little buffer (5 * cdrom_number) that I have to pass in ES:BX and
> the interrupt fills it with a number (BYTE) and an address in segment,
> offset. I tried to use __dpmi_allocate_dos_memory or
> _go32_dpmi_allocate_dos_memory but I have many problem with this.
Please post more specific questions. Did you read section 18.2 of the
DJGPP FAQ list (available as v2/faq210b.zip from the same place you
get DJGPP)? If not read it. Posting fragments of your code would be
nice also.
Btw, you don't need to allocate your own DOS buffer, you can just use
the transfer buffer. This is also explained in section 18.2 of the
FAQ.
- Raw text -