Embedded Systems
minirtl.txt
Associated article: MiniRTL: A Minimal Real-Time Linux
Tags: Embedded Systems
Published source code accompanying the article by Peter Wurmsdobler and Nicholas McGuire in which they present MiniRTL, short for "Minimum Real- time Linux," a real-time Linux implementation that fits on a single floppy disk.
MiniRTL: A Minimal Real-Time Linux
by Peter Wurmsdobler and Nicholas McGuire
Listing One
extern unsigned short int rt_daq_aget( void );
extern void rt_daq_aset(unsigned short int channel, unsigned short int value);
Listing Two
typedef struct
{
int w; /* ...


