|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 488 (0x1e8) Types: TextFile Notes: UNIX file Names: »space.c«
└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦22cab2c1b⟧ UNIX Filesystem └─⟦this⟧ »KC/new/etc/atconf/modules/imc/space.c«
/* master.d/imc/space.c 87.03.26 */ #include "sys/types.h" #include "sys/chain.h" #include "sys/imc.h" #include "sys/kdef.h" #include "config.h" /* To get kconfig altered defines (ex. NPROC) */ #define NPORT 32 struct port port[NPORT]; int v_port = NPORT; struct port * ve_port = &port[NPORT]; /* declaration of imcbufsem & freeibuf must be in msl/space.c as * it is dimensioned by NUNIT (imcbufs is also in fact...) */ /* variables per process */ struct chain portchain[NPROC];