File:  [Research Unix] / researchv8dc / sys / dev / swapra.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv8, HEAD
researchv8 Dan Cross

#include "../h/param.h"
#include "../h/conf.h"
/*
 * two ra configuration
 */
dev_t	rootdev	= makedev(7, 64);	/* 4K filesystem */
dev_t	pipedev	= makedev(7, 64);	/* 4K filesystem */
dev_t	argdev	= makedev(7, 1);	/* 1st swap area */
dev_t	dumpdev	= makedev(7, 1);	/* 1st swap area */
long	dumplo	= 20480 - 8 * 2048;	/* ok up to 8 megabytes */

/*
 * Nswap is the basic number of blocks of swap per
 * swap device, and is multiplied by nswdev after
 * nswdev is determined at boot.
 */
int	nswap = 20480;

struct	swdevt swdevt[] =
{
	makedev(7, 1),	0,		/* ra01 */
	makedev(7, 9),	0,		/* ra11 */
	0,		0,
};


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.