Embedded Systems
pgm.asc
Associated article: A Process Group Manager for OS-9
Tags: Embedded Systems
Source code accompanying Peter C. Dibble's article in which he presents a file manager that lets you adapt the OS-9 real-time operating system's I/O system to provide non-I/O services.
A Process Group Manager for OS-9
by Peter C. Dibble
Listing One
#define PGM_DEVICE_NAME /SERVER/DESC
if((err = _os9_create(PGM_DEVICE_NAME,
FAM_READ | FAM_WRITE, &path, S_IPRM)) != SUCCESS){
fprintf(stderr, "%s: failed in ...


