]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/cwfs/cwfs64x/conf.c
cwfs: +t
[plan9front.git] / sys / src / cmd / cwfs / cwfs64x / conf.c
1 /* generic old-cw 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",         2,
13         nil,
14 };
15
16 void
17 localconfinit(void)
18 {
19         conf.nfile = 40000;
20         conf.nodump = 0;
21 //      conf.nodump = 1;                /* jukebox is r/o */
22         conf.firstsb = 13219302;
23         conf.recovsb = 0;
24         conf.nlgmsg = 100;
25         conf.nsmmsg = 500;
26 }
27
28 int (*fsprotocol[])(Msgbuf*) = {
29         serve9p2,
30         nil,
31 };