The vxworks tag has no wiki summary.
3
votes
1answer
330 views
Xenomai and Ubuntu
I have installed xenomai 2.4.8 in Ubuntu 11.04 with this command:
apt-get install libxenomai-dev
Now I want test a simple vxWorks program, but when I compile my program, I receive this message:
...
8
votes
2answers
2k views
Advantages of using a RTOS such as QNX or VxWorks instead of Linux?
When developing a solution that requires a real-time operating system, what advantages would an operating system such an QNX or VxWorks have over Linux?
Or to put it another way, since these ...