neptune/config.h
2025-08-27 22:07:38 +02:00

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 4
/* Maximum number of files open */
#define NOFILE 10