Re: Real mode int from protected mode and back Opções



Great! Thanks for your reply...
Will DPMI make the transition to real mode, so my ISR doesnt have to
worry about any of the transition steps? Am I able to use the file
routines in my ISR? Becuase I tried to do that (just call int 61h) and
the program crashed right in the first int call...
Ok, let´s assume I can do it... The protected mode program uses eax
and edx.... In my ISR i just use AX and DX, with the correspondant
values?
Thanks again
.



Relevant Pages

  • Re: increasing taskSwitch time
    ... It is only the transition to one of the tasks, task X, that is ... This task is periodically triggered by a semGive in an ISR (every ... the time of the taskSwitchHook to task X increase. ...
    (comp.os.vxworks)
  • Re: Real mode int from protected mode and back
    ... Linear address 000f7250 is f000:7250 in real mode. ... i didnt need to make file manipulations inside my ISR, ... I use the stack to pass the parameters to the ISR? ...
    (comp.lang.asm.x86)