Re: Detecting DPMI
Aitor Santamaria Merino <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
> > >>I am trying to detect DPMI from a realmode program, by calling int31h, >>ah=0400h, checking Carry. >> > >INT 31h is _protected_ mode interface. >It cannot be called from real mode. >To use INT 31h functions, you have to switch to protected mode first. > Precisely this is NOT what I want, but thanks everybody anyway. Ralf's solution is what I was looking for.... Aitor