Embedded Systems
qnx61.txt
Associated article: Examining QNX RTOS 6.1
Tags: Embedded Systems
Published source code accompanying the article by Bart Van Beneden in which he examines QNX RTOS 6.1, a message-based operating system with a true microkernel architecture and message passing is the primary means of inter-process communication.
Examining the QNX RTOS 6.1 by Bart Van Beneden Listing One /****************************************************************************/ /*** This test program installs two interrupt handlers; one hooking into ***/ /*** into IRQ9, the other one into IRQ10. ***/ /*** Both interrupts simultaneously generated by two PCI bus exersizers. ***/ /*** This test program measures ...


