8 lines
188 B
C
8 lines
188 B
C
/*
|
|
* Number of CPU's For now, this is hard-coded here. It will likely be
|
|
* dynamically discovered in the future.
|
|
*/
|
|
#define NCPU 3
|
|
|
|
/* Maximum number of files open */
|
|
#define NOFILE 10
|