What is the equivalent under RTP for the ‘-i’ flag to
Proc under QNX 4.25? I want to set a particular
hardware interrupt to the highest priority of all
interrupts.
Art Hays <avhays@nih.gov> wrote:
What is the equivalent under RTP for the ‘-i’ flag to
Proc under QNX 4.25? I want to set a particular
hardware interrupt to the highest priority of all
interrupts.
There’s no switch. It can be done by modifying the “init_intrinfo()” function
in the startup - if you’ve got the startup sources. They were accidently
left out of the release… I think there are some plans afoot to make
a separate package of them though.
–
Brian Stecher (bstecher@qnx.com) QNX Software Systems, Ltd.
phone: +1 (613) 591-0931 (voice) 175 Terence Matthews Cr.
+1 (613) 591-3579 (fax) Kanata, Ontario, Canada K2M 1W8
Previously, Brian Stecher wrote in qdn.public.qnxrtp.installation:
Art Hays <> avhays@nih.gov> > wrote:
What is the equivalent under RTP for the ‘-i’ flag to
Proc under QNX 4.25? I want to set a particular
hardware interrupt to the highest priority of all
interrupts.There’s no switch. It can be done by modifying the “init_intrinfo()” function
in the startup - if you’ve got the startup sources. They were accidently
left out of the release… I think there are some plans afoot to make
a separate package of them though.–
Brian Stecher (> bstecher@qnx.com> ) QNX Software Systems, Ltd.
phone: +1 (613) 591-0931 (voice) 175 Terence Matthews Cr.
+1 (613) 591-3579 (fax) Kanata, Ontario, Canada K2M 1W8
That would be appreciated- I need this for my realtime application.