Changeset 401 for trunk/kernel_config.h
- Timestamp:
- Aug 17, 2017, 3:02:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel_config.h
r380 r401 41 41 #define CONFIG_ELF_DEBUG 0 42 42 #define CONFIG_EXEC_DEBUG 0 43 #define CONFIG_FATFS_DEBUG 0 // detailed if > 143 #define CONFIG_FATFS_DEBUG 0 // detailed if value > 1 44 44 #define CONFIG_FBF_DEBUG 0 45 45 #define CONFIG_FORK_DEBUG 0 46 46 #define CONFIG_IDLE_DEBUG 0 47 #define CONFIG_IOC_DEBUG 0 47 #define CONFIG_IOC_DEBUG 0 // when time > value 48 48 #define CONFIG_IRQ_DEBUG 0 49 49 #define CONFIG_KCM_DEBUG 0 50 50 #define CONFIG_KHM_DEBUG 0 51 #define CONFIG_KINIT_DEBUG 1 51 #define CONFIG_KINIT_DEBUG 1 // detailed if value > 1 52 52 #define CONFIG_KMEM_DEBUG 0 53 53 #define CONFIG_MMC_DEBUG 0 … … 57 57 #define CONFIG_PPM_DEBUG 0 58 58 #define CONFIG_PROCESS_DEBUG 0 59 #define CONFIG_RPC_DEBUG 6 200000 // when time > value60 #define CONFIG_RPCG_DEBUG 0 // RPC generic functions59 #define CONFIG_RPC_DEBUG 6100000 // when time > value 60 #define CONFIG_RPCG_DEBUG 0 61 61 #define CONFIG_SCHED_DEBUG 0 62 62 #define CONFIG_SIGNAL_DEBUG 0 … … 64 64 #define CONFIG_THREAD_DEBUG 0 65 65 #define CONFIG_TXT_DEBUG 0 66 #define CONFIG_VFS_DEBUG 6 200000 // when time > value66 #define CONFIG_VFS_DEBUG 6100000 // when time > value 67 67 #define CONFIG_VMM_DEBUG 0 68 68 … … 177 177 178 178 #define CONFIG_THREAD_MAX_PER_CLUSTER 16 // max user threads per cluster 179 #define CONFIG_THREAD_DESC_SIZE 0x 2000 // thread desc size (with kstack)180 #define CONFIG_THREAD_DESC_ORDER 1// ln( number of 4K pages )179 #define CONFIG_THREAD_DESC_SIZE 0x4000 // thread desc size (with kstack) 180 #define CONFIG_THREAD_DESC_ORDER 2 // ln( number of 4K pages ) 181 181 182 182 ////////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.