Changeset 469 for trunk/kernel/kernel_config.h
- Timestamp:
- Aug 20, 2018, 1:04:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kernel_config.h
r459 r469 123 123 #define DEBUG_SYSCALLS_ERROR 2 124 124 125 #define DEBUG_SYS_CLOSE 2125 #define DEBUG_SYS_CLOSE 0 126 126 #define DEBUG_SYS_DISPLAY 0 127 127 #define DEBUG_SYS_EXEC 0 128 #define DEBUG_SYS_EXIT 1128 #define DEBUG_SYS_EXIT 0 129 129 #define DEBUG_SYS_FG 0 130 130 #define DEBUG_SYS_FORK 0 … … 133 133 #define DEBUG_SYS_IS_FG 0 134 134 #define DEBUG_SYS_KILL 0 135 #define DEBUG_SYS_OPEN 2135 #define DEBUG_SYS_OPEN 0 136 136 #define DEBUG_SYS_MMAP 0 137 137 #define DEBUG_SYS_READ 0 … … 189 189 190 190 #define CONFIG_KERNEL_IDENTITY_MAP true // True for 32 bits cores 191 #define CONFIG_MAX_CLUSTER 191 #define CONFIG_MAX_CLUSTERS 256 // max number of clusters 192 192 #define CONFIG_MAX_LOCAL_CORES 4 // max number of cores per cluster 193 193 #define CONFIG_MAX_INT_DEV 4 // max number of internal peripherals … … 206 206 #define CONFIG_MAX_DMA_CHANNELS 4 // max number of DMA device channels 207 207 #define CONFIG_MAX_NIC_CHANNELS 4 // max number of NIC device channels 208 209 #define CONFIG_MAX_CLUSTERS 256 // max number of clusters210 208 211 209 #define CONFIG_TXT_ECHO_MODE 1 // echo mode for TXT peripheral
Note: See TracChangeset
for help on using the changeset viewer.