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

⟦c037641ee⟧ TextFile

    Length: 1602 (0x642)
    Types: TextFile
    Notes: UNIX file
    Names: »slnsystem.h«

Derivation

└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦a6ab2eb36⟧ UNIX Filesystem
    └─⟦this⟧ »kc/new/usr/include/sys/slnsystem.h« 

TextFile

/*
 *	         Copyright (c) 1984 AT&T
 *		   All Rights Reserved
 *
 *     THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
 *   The copyright notice above does not evidence any actual
 *   or intended publication of such source code.
 *
 * NOTE, the path names below have been changed to allow files shared by the
 * starlan and other rfs implementations to be in the same directory.
 * In particular, ttyserv is used by both ethernet and starlan RFS versions.
 * A new directory, /usr/net/adm has been created for this.
 */

#ident "@(#)slnsystem.h	1.4 -- 86/12/09"

/*
 * Standard UNIX device files.
 */
#define CONSOLE		"/dev/console"


/*
 * Log and message file directories.
 */
#define LOGFILES	"/usr/net/adm/log"
#define MSGFILES	"/usr/net/adm/cfg"


/*
 * Log file base names:
 *	adm	: Administration and commands
 */
#define ADMLOGFILE	"admlog"


/*
 * Admin dump file name.
 */
#define ADMDUMPFILE	"/usr/net/adm/tmp/admdump" 


/*
 * Configuration file.
 */
#define NPFILE		"/usr/net/adm/cfg/npf"


/*
 * Data base files.
 */
#define TTYSERVERDATABASE	"/usr/net/adm/cfg/ttyserer.db" 


/*
 * Process path names.
 */
#define NPFPARSER	"/usr/net/slan/lib/npfparser"
#define SLNSTART	"/usr/net/slan/bin/slnstart"
#define SLNSTAT		"/usr/bin/slnstat" 


/*
 * Kernel module control and command files.
 */
#define SRMCONTROLFILE	"/dev/net/srm/md000"
#define SRMCOMMANDFILE	"/dev/net/srm/md001"
#define SRMPUMPFILE	"/dev/net/srm/md002"
#define NAUCONTROLFILE  "/dev/net/nau/md000"
#define URPCONTROLFILE	"/dev/net/urp/md000"


/*	
 * Firmware pump file.
 */
#define NAUFWFILE	"/lib/pump/naufw"