Changeset 50 for trunk/kernel_config.h
- Timestamp:
- Jun 26, 2017, 3:15:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel_config.h
r23 r50 33 33 //////////////////////////////////////////////////////////////////////////////////////////// 34 34 35 #define CONFIG_CLUSTER_DEBUG 0 35 36 #define CONFIG_CONTEXT_DEBUG 0 36 37 #define CONFIG_CORE_DEBUG 0 38 #define CONFIG_DEVFS_DEBUG 0 37 39 #define CONFIG_DMA_DEBUG 0 38 40 #define CONFIG_DQDT_DEBUG 0 39 41 #define CONFIG_ELF_DEBUG 0 40 42 #define CONFIG_EXEC_DEBUG 0 43 #define CONFIG_FATFS_DEBUG 0 41 44 #define CONFIG_FBF_DEBUG 0 42 45 #define CONFIG_FORK_DEBUG 0 43 46 #define CONFIG_ICU_DEBUG 0 47 #define CONFIG_IDLE_DEBUG 1 44 48 #define CONFIG_IOC_DEBUG 0 45 #define CONFIG_KCM_DEBUG 049 #define CONFIG_KCM_DEBUG 1 46 50 #define CONFIG_KHM_DEBUG 0 47 51 #define CONFIG_KINIT_DEBUG 1 … … 54 58 #define CONFIG_PROCESS_DEBUG 0 55 59 #define CONFIG_RPC_DEBUG 0 56 #define CONFIG_SCHED_DEBUG 160 #define CONFIG_SCHED_DEBUG 0 57 61 #define CONFIG_SIGNAL_DEBUG 0 58 62 #define CONFIG_SYSCALL_DEBUG 0 59 #define CONFIG_THREAD_DEBUG 163 #define CONFIG_THREAD_DEBUG 0 60 64 #define CONFIG_TXT_DEBUG 0 61 65 #define CONFIG_VFS_DEBUG 0 … … 85 89 #define CONFIG_MAX_FBF_CHANNELS 1 // max number of FBF device channels 86 90 #define CONFIG_MAX_TXT_CHANNELS 16 // max number of TXT device channels 87 #define CONFIG_MAX_DMA_CHANNELS 8 // max number of TXTdevice channels91 #define CONFIG_MAX_DMA_CHANNELS 8 // max number of DMA device channels 88 92 #define CONFIG_MAX_NIC_CHANNELS 8 // max number of NIC device channels 89 93 … … 232 236 #define CONFIG_PPM_MAX_ORDER 16 // ln(total number of pages per cluster) 233 237 #define CONFIG_PPM_HEAP_ORDER 10 // ln(number of heap pages per cluster) 234 235 #define CONFIG_KCM_BLOCKS_MAX CONFIG_PPM_PAGE_SIZE / CONFIG_CACHE_LINE_SIZE 238 #define CONFIG_PPM_MAX_RSVD 8 // max reserved zones per cluster 239 240 #define CONFIG_KCM_SLOT_SIZE 64 // smallest allocated block (bytes) 236 241 237 242 #define CONFIG_PPM_PAGE_ALIGNED __attribute__((aligned(CONFIG_PPM_PAGE_SIZE))) 238 243 239 244 //////////////////////////////////////////////////////////////////////////////////////////// 240 // INSTRUMENTATION ... probably deprecated ... 241 //////////////////////////////////////////////////////////////////////////////////////////// 242 243 #define CONFIG_SPINLOCK_CHECK no 244 #define CONFIG_SPINLOCK_TIMEOUT 100 245 #define CONFIG_ENABLE_TASK_TRACE no 246 #define CONFIG_ENABLE_THREAD_TRACE no 247 #define CONFIG_SHOW_PAGEFAULT no 248 #define CONFIG_SHOW_CORE_USAGE no 249 #define CONFIG_SHOW_CORE_IPI_MSG no 250 #define CONFIG_SHOW_FPU_MSG no 251 #define CONFIG_SHOW_THREAD_MSG no 252 #define CONFIG_SHOW_PPM_PGALLOC_MSG no 253 #define CONFIG_SHOW_VMM_LOOKUP_TM no 254 #define CONFIG_SHOW_VMM_ERROR_MSG no 255 #define CONFIG_SHOW_SPURIOUS_PGFAULT no 256 #define CONFIG_SHOW_MIGRATE_MSG no 257 #define CONFIG_SHOW_VMMMGRT_MSG no 258 #define CONFIG_SHOW_SYSMGRT_MSG no 259 #define CONFIG_SHOW_REMOTE_PGALLOC no 260 #define CONFIG_SHOW_LOCAL_EVENTS no 261 #define CONFIG_SHOW_SIG_MSG no 262 #define CONFIG_SCHED_SHOW_NOTIFICATIONS no 263 #define CONFIG_SHOW_EPC_CORE0 no 264 #define CONFIG_CORE_TRACE no 265 #define CONFIG_KFIFO_DEBUG no 266 #define CONFIG_SHOW_KMEM_INIT no 267 #define CONFIG_MEM_CHECK no 268 #define CONFIG_THREAD_TIME_STAT yes 269 #define CONFIG_SCHED_RR_CHECK no 270 #define CONFIG_VFAT_PGWRITE_ENABLE no 271 #define CONFIG_VFAT_DEBUG no 272 #define CONFIG_VFAT_INSTRUMENT no 273 #define CONFIG_EXT2_DEBUG no 274 #define CONFIG_METAFS_DEBUG no 275 #define CONFIG_VFS_INODE_LOCAL yes 276 #define CONFIG_DEVFS_DEBUG no 277 #define CONFIG_SYSFS_DEBUG no 278 #define CONFIG_BLKIO_DEBUG no 279 #define CONFIG_BC_DEBUG no 280 #define CONFIG_BC_INSTRUMENT no 281 282 //////////////////////////////////////////////////////////////////////////////////////////// 283 // SYSFS 284 //////////////////////////////////////////////////////////////////////////////////////////// 285 286 #define CONFIG_SYSFS_FILE_MIN 1 287 #define CONFIG_SYSFS_FILE_MAX 2 288 #define CONFIG_SYSFS_NODE_MIN 1 289 #define CONFIG_SYSFS_NODE_MAX 2 290 #define CONFIG_SYSFS_NAME_LEN 12 // maximum supported name length 291 #define CONFIG_SYSFS_BUFFER_SIZE 256 // maximum supported output size 292 245 // deprecated 246 //////////////////////////////////////////////////////////////////////////////////////////// 293 247 294 248 #define CONFIG_DMA_RQ_KCM_MIN 2
Note: See TracChangeset
for help on using the changeset viewer.