Skip to main content

Questions tagged [rtos]

2 votes
1 answer
294 views

I've a question about real-time systems, in particular in LynxOS (LynxOS-178). I would need information on the compatibility and presence of eBPF in these systems. Can anyone help me? I haven't found ...
Serena Schenone's user avatar
0 votes
1 answer
65 views

I am using a resource manager to read the data from the communication channel and send it to the application. I have doubt, is the QNX resource manager half duplex or full duplex? Can simultaneous ...
sagar's user avatar
  • 3
0 votes
1 answer
44 views

I'm trying to determine if a particular given C language source code run on Unison OS that I have could conceivably lead to a crash, and through what vectors. There are sections of the code that will ...
jaredad7's user avatar
  • 294
-1 votes
1 answer
3k views

I am following this. To run make -j$(nproc) make modules -j$(nproc) I know that make is running jobs Are the jobs supposed to run for hours? (I got impatient and interrupted.) make -j$(nproc)
S_whynot's user avatar
1 vote
0 answers
377 views

I am trying to install RTAI 5.0.1 on Ubuntu 18.04 LTS in Linux Kernel 4.1.18. I was following this tutorial. But unfortunately I am stuck in this part make -j `getconf _NPROCESSORS_ONLN` deb-pkg ...
S_whynot's user avatar
2 votes
3 answers
3k views

IEEE Std 1003.13-2003 defines a set of POSIX profiles for real-time systems. PSE51 is one of these profiles. I'm studying about PSE51 and I think it would be very helpful if I had access to an ...
user avatar
-2 votes
1 answer
238 views

If I wanted to learn deeply and build a embedded Linux Operating systems would i benefit from knowing about RTOS or can I straight away go for embedded Linux.
Rohit Gujarathi's user avatar
0 votes
1 answer
257 views

How to set thread priority in RTLinux? Also, what is the range of priority levels; which is highest priority and which is lowest?
amit kr's user avatar
3 votes
1 answer
4k views

Are there any opensource/free Unix like RTOS that can run a virtual machine like QNX Neutrino RTOS (http://www.qnx.com/products/evaluation/eval-target.html)?
ARG's user avatar
  • 2,201
1 vote
1 answer
1k views

I have to set up RTLinux and run a real-time ST language interpreter. The official RTLinux has been abandoned and its official download site does not work. I decided to use community RT_PREEMPT patch. ...
Politechniczny's user avatar
5 votes
2 answers
7k views

How could I compile the FreeRTOS Source Code and run it (possibly on qemu) on Ubuntu 11.04?
Coder404's user avatar
  • 895
14 votes
5 answers
33k views

Recently in an interview I was asked about the Scheduling algorithm used by Linux Operating system. What is the algorithm used any why? Also, what algorithm is used in in real-time operating systems ...
rShetty's user avatar
  • 366
15 votes
2 answers
11k views

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 ...
Justin Ethier's user avatar