After introducing interrupts and the foreground/background architecture, I am finally ready to tackle the concept of a Real-Time Operating System (RTOS). In this first lesson on RTOS (commonly ...
When I first started writing embedded software, the environments that I found to be the most efficient and easiest to use were only available on Microsoft Windows. In fact, it wasn’t uncommon for ...
A real-time system must respect time constraints to ensure that its execution makes functional sense. It must be deterministic, ensuring the execution of system processes a priori. After analyzing the ...
The Linux operating system is set to become the de facto standard for "embedded" devices like robotics, information appliances and automobile information systems, but fragmentation could prove a ...
Pros and cons of using a hypervisor. Pros and cons of multicore frameworks. Today’s multicore system-on-chip (SoC) hardware offers the promise of being able to pack more into your embedded project ...
My two years of personal experience at Lynx that (among other things) focusses on certifying code for deployment on big mission-critical programs, tells me that today’s vendors of proprietary RTOS / ...
Wind River has announced the availability of virtualization for embedded systems. This allows operating systems to be mixed on a multicore chip. Gordon Haff Gordon Haff is Red Hat's cloud evangelist ...
One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...