#include <minix/sys_config.h>Go to the source code of this file.
Defines | |
| #define | OS_RELEASE "3" |
| #define | OS_VERSION "1.5" |
| #define | MACHINE _MINIX_MACHINE |
| #define | IBM_PC _MACHINE_IBM_PC |
| #define | SUN_4 _MACHINE_SUN_4 |
| #define | SUN_4_60 _MACHINE_SUN_4_60 |
| #define | ATARI _MACHINE_ATARI |
| #define | MACINTOSH _MACHINE_MACINTOSH |
| #define | NR_PROCS _NR_PROCS |
| #define | NR_SYS_PROCS _NR_SYS_PROCS |
| #define | NR_SYS_CHUNKS BITMAP_CHUNKS(NR_SYS_PROCS) |
| #define | NR_CTRLRS 2 |
| #define | DMA_SECTORS 1 |
| #define | OUTPUT_PROCS_ARRAY { TTY_PROC_NR, LOG_PROC_NR, NONE } |
| #define | NR_CONS 4 |
| #define | NR_RS_LINES 4 |
| #define | NR_PTYS 32 |
| #define | ENABLE_SYSCALL_STATS 0 |
| #define | INTEL _CHIP_INTEL |
| #define | M68000 _CHIP_M68000 |
| #define | SPARC _CHIP_SPARC |
| #define | FP_NONE _FP_NONE |
| #define | FP_IEEE _FP_IEEE |
| #define | CHIP _MINIX_CHIP |
| #define | FP_FORMAT _MINIX_FP_FORMAT |
| #define | ASKDEV _ASKDEV |
| #define | FASTLOAD _FASTLOAD |
| #define | SPROFILE 1 |
| #define | CPROFILE 0 |
| #define | NR_PCIBUS 40 |
| #define | NR_PCIDEV 50 |
| #define OUTPUT_PROCS_ARRAY { TTY_PROC_NR, LOG_PROC_NR, NONE } |
1.5.8