Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_unix/sys/src/cmd/cwfs/emelie/conf.c – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
/* emelie-specific configuration */
2
 
3
#include "all.h"
4
 
5
#ifndef	DATE
6
#define	DATE 1170808167L
7
#endif
8
 
9
Timet	fs_mktime = DATE;			/* set by mkfile */
10
 
11
Startsb	startsb[] = {
12
	"main",		SUPER_ADDR,
13
	"old",		SUPER_ADDR,
14
	nil,
15
};
16
 
17
void
18
localconfinit(void)
19
{
20
	conf.nfile = 40000;
21
//	conf.nodump = 0;
22
	conf.nodump = 1;		/* jukebox is r/o */
23
//	conf.firstsb = 13219302;	/* for main */
24
	conf.recovsb = 0;
25
	conf.nlgmsg = 100;
26
	conf.nsmmsg = 500;
27
}
28
 
29
int (*fsprotocol[])(Msgbuf*) = {
30
	serve9p1,
31
	serve9p2,
32
	nil,
33
};