Title :
EMERALDS: a small-memory real-time microkernel
Author :
Zuberi, Khawar M. ; Shin, Kang G.
Author_Institution :
Microsoft Corp., Redmond, WA, USA
fDate :
10/1/2001 12:00:00 AM
Abstract :
EMERALDS (Extensible Microkernel for Embedded, ReAL-time, Distributed Systems) is a real-time microkernel designed for small-memory embedded applications. These applications must run on slow (15-25 MHz) processors with just 32-128 kbytes of memory, either to keep production costs down in mass produced systems or to keep weight and power consumption low. To be feasible for such applications, the OS must not only be small in size (less than 20 kbytes), but also have low overhead kernel services. Unlike commercial embedded OSs which rely on carefully optimized code to achieve efficiency, EMERALDS takes the approach of redesigning the basic OS services of task scheduling, synchronization, communication, and system call mechanism by using characteristics found in small-memory embedded systems, such as small code size and a priori knowledge of task execution and communication patterns. With these new schemes, the overheads of various OS services are reduced 20-40 percent without compromising any OS functionality
Keywords :
network operating systems; operating system kernels; real-time systems; scheduling; synchronisation; 32 to 128 kbyte; EMERALDS; power consumption; real time distributed systems; real-time microkernel; real-time operating systems; real-time scheduling; slow processors; small-memory embedded applications; small-memory embedded systems; system call mechanism; task synchronization; Application software; Automotive engineering; Control systems; Costs; Embedded system; Energy consumption; Engines; Hardware; Production systems; Real time systems;
Journal_Title :
Software Engineering, IEEE Transactions on