*
*	%Z% %M% %I% %D% %Q%
*
*	This Module contains Proprietary Information of Microsoft
*	Corporation and AT&T, and should be treated as Confidential.
*
*
* THIS FILE CONTAINS CODE WHICH IS SPECIFIC TO THE
* IBM PC/AT COMPUTER AND MAY REQUIRE MODIFICATION
* WHEN ADAPTING XENIX TO NEW HARDWARE.
*
*
* MODIFICATION HISTORY
*
* M000	11/12/84	lees
* - Added tunable parameters for IPC messages and IPC semaphores.
*
* The following devices are those that can be specified in the system
* description file.  The name specified must agree with the name shown.
*name vsiz msk  typ  hndlr na bmaj cmaj #  na  vec1 vec2 vec3 vec4
*  1    2    3   4       5  6   7   8   9  10   11    12    13  14
hd	1  0027 014	hd  0   3   3   1   0  036     0     0   0
fd      1  0027 014     fd  0   2   2   1   0    6     0     0   0
sa	2  0537 004     sa  0   0   5   1   0    3     4     0   0
pa	2  0022 004     pa  0   0   6   1   0    5     7     0   0
i8259	0  0100 360   intr  0   0   0   1  -1    0     0     0  0a
i287	1  0100 320   i287  0  -1  -1   1  -1  035     0     0   0
clk	0  0100 360    clk  0   0   0   1  -1    0     0     0  0a
*
* The following devices must not be specified in the system description
* file.  They are here to supply information to the config program.
*
cons	1  0437 024   cons  0   0   0   1   0    1     0     0   0
cdb	0  0006 024    cdb  0   0   7   1   0    0     0     0   0
rtc	0  0006 024    rtc  0   0   8   1   0    0     0     0   0
memory  0  0006 024     mm  0   0   4   1   0    0     0     0   0
tty     0  0027 024     sy  0   0   1   1   0    0     0     0   0
clock   1   000 020      .  0   0   0   1   0    0     0     0   0
$$$
*
* The following is the line discipline table
*
tty     ttopen	ttclose	ttread	ttwrite	ttioctl	ttin	ttout	nulldev
$$$$$
*
* The following entries form the alias table.
*
disk	hd
floppy	fd
serial  sa
printer pa
$$$
*
* The following entries form the tunable parameter table.
*
buffers		NBUF     0
sabufs		NSABUF   8 
hashbuf		NHBUF    128
inodes 		NINODE   100
files  		NFILE    100
mounts		NMOUNT   8
coremap		CMAPSIZ  (NPROC*2)
swapmap		SMAPSIZ  (NPROC*2)
calls  		NCALL    25
procs  		NPROC    60
texts  		NTEXT	 40
clists		NCLIST   70
locks		NFLOCKS  50
shdata		NSDSEGS  25
sdslots         NSDSLOTS 1
maxproc		MAXUPRC  20
timezone	TIMEZONE (8*60)
pages		NCOREL   0
daylight	DSTFLAG  1
cmask		CMASK    0
maxprocmem	MAXMEM   0
maxbuf		MAXBUF	 192
idds		NIDD	 10
maxbcnt		MAXBCNT	 10
maxccnt		MAXCCNT	 25
*
*	System 5 parameters (M000)
*
msgmap		MSGMAP	 (MSGSEG/2+1)
msgmax		MSGMAX	 8192
msgmnb		MSGMNB	 8192 
msgmni		MSGMNI	 10
msgtql		MSGTQL	 40
msgssz		MSGSSZ	 8
msgseg		MSGSEG	 1024
semmap		SEMMAP   (SEMMNS/2+1)
semmni		SEMMNI	 10
semmnu		SEMMNU	 20
semmsl		SEMMSL	 10
semopm		SEMOPM	 5
semume		SEMUME	 5
*     semvmx is max. semval, and semval is ushort
*     semvmx <= 32767; RECOMMEND semvmx < 32767                 
semvmx		SEMVMX   32766
*     semaem should be <= semvmx
semaem		SEMAEM	 16384
semmns		SEMMNS	 40
