|
From: Luchezar G. <lu...@co...> - 2004-08-12 08:47:42
|
> Using the -X option bypasses the InDOS function call, so you don't see a
> problem when you use that 32RTM option.
But the InDOS call just does:
case 0x34:
lr.ES = FP_SEG(&InDOS);
lr.BX = FP_SEG(&InDOS);
break;
What could be wrong here?
The InDOS flag value itself?
Stack usage during the call?
|