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

⟦ec2503411⟧ TextFile

    Length: 234 (0xea)
    Types: TextFile
    Notes: UNIX file
    Names: »stubs.c«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/etc/atconf/modules/tci/stubs.c« 

TextFile

/* stubs for tci.c 87.11.12 */
#include <sys/param.h>

int tci_devs = 0;

tciinit()
{
}

tciproc()
{
	while (1)
		sleep(tciproc, NZERO);
}

tci_term()
{
	while (1)
		sleep(tci_term, NZERO);
}

tcigate()
{
  nodev();
}

tcidrop()
{
}