Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - int 0F2h: (6 Items)
   
int 0F2h  
Hello,

Can anyone tell me (or tell me what documentation to examine) to find
out exactly what the "int 0F2h" (with al=0,1,2, & 0Ch) does in the
QNX 4.25 OS?
I was running some released code in the debugger and ran across these assembly language instructions.

Thanks,
Dan
Re: int 0F2h  
> Hello,
> 

/usr/include/sys/kernel.h should answer all your questions.

> Can anyone tell me (or tell me what documentation to examine) to find
> out exactly what the "int 0F2h" (with al=0,1,2, & 0Ch) does in the
> QNX 4.25 OS?
> I was running some released code in the debugger and ran across these assembly
>  language instructions.
> 
> Thanks,
> Dan


Re: int 0F2h  
> > Hello,
> > 
> 
> /usr/include/sys/kernel.h should answer all your questions.
> 
 
Sorry for overposting You, Mario.
Jeevan

RE: int 0F2h  
No worries, the more the merrier.


> > Hello,
> > 
> 
> /usr/include/sys/kernel.h should answer all your questions.
> 
 
Sorry for overposting You, Mario.
Jeevan



_______________________________________________
QNX4 Community Support
http://community.qnx.com/sf/go/post6979

Re: int 0F2h  
Thanks much,
Dan
Re: int 0F2h  
> Hello,
> 
> Can anyone tell me (or tell me what documentation to examine) to find
> out exactly what the "int 0F2h" (with al=0,1,2, & 0Ch) does in the
> QNX 4.25 OS?
> I was running some released code in the debugger and ran across these assembly
>  language instructions.
> 
> Thanks,
> Dan


Under QNX4 a kernel call uses this instruction to enter the kernel.

Hope this helps.
Jeevan