Mail Archives: djgpp/1997/03/23/06:59:04
On Fri, 21 Mar 1997, Neil Stone wrote:
> i'm trying to make a replacement for MSdos and i cant hook int 24 any
> ideas ?
Are you using CWSDPMI as your DPMI host? If so, then you should know
that the current version of CWSDPMI doesn't support hooking Int 24h,
it just always fails any DOS call that generates Int 24h. Section
22.11 of the DJGPP FAQ list explains this and some other related
aspects of Int 24h in protected mode. If you really need to hook it,
you will have to hack CWSDPMI.
- Raw text -