DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6d6d4ad5d⟧ TextFile

    Length: 488 (0x1e8)
    Types: TextFile
    Notes: UNIX file
    Names: »space.c«

Derivation

└─⟦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« 

TextFile

/* 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];