]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/cwfs/emelie/dat.h
remove mconf cruft
[plan9front.git] / sys / src / cmd / cwfs / emelie / dat.h
1 /* emelie's configuration: 16K blocks, 32-bit sizes */
2
3 /*
4  * The most fundamental constant.
5  * The code will not compile with RBUFSIZE made a variable;
6  * for one thing, RBUFSIZE determines FEPERBUF, which determines
7  * the number of elements in a free-list-block array.
8  */
9 #ifndef RBUFSIZE
10 #define RBUFSIZE        (16*1024)       /* raw buffer size */
11 #endif
12 #include "32bit.h"
13 /*
14  * setting this to zero permits the use of discs of different sizes, but
15  * can make jukeinit() quite slow while the robotics work through each disc
16  * twice (once per side).
17  */
18 enum { FIXEDSIZE = 1 };
19
20
21 #include "portdat.h"