Changeset 367 for trunk/kernel_config.h
- Timestamp:
- Aug 14, 2017, 11:39:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel_config.h
r337 r367 40 40 #define CONFIG_DQDT_DEBUG 0 41 41 #define CONFIG_ELF_DEBUG 0 42 #define CONFIG_EXEC_DEBUG 143 #define CONFIG_FATFS_DEBUG 0 42 #define CONFIG_EXEC_DEBUG 0 43 #define CONFIG_FATFS_DEBUG 0 // detailed if > 1 44 44 #define CONFIG_FBF_DEBUG 0 45 45 #define CONFIG_FORK_DEBUG 0 … … 57 57 #define CONFIG_PPM_DEBUG 0 58 58 #define CONFIG_PROCESS_DEBUG 0 59 #define CONFIG_RPC_DEBUG 1 // RPC marshaling functions59 #define CONFIG_RPC_DEBUG 6000000 // when time > value 60 60 #define CONFIG_RPCG_DEBUG 0 // RPC generic functions 61 61 #define CONFIG_SCHED_DEBUG 0 … … 64 64 #define CONFIG_THREAD_DEBUG 0 65 65 #define CONFIG_TXT_DEBUG 0 66 #define CONFIG_VFS_DEBUG 700000066 #define CONFIG_VFS_DEBUG 6000000 // when time > value 67 67 #define CONFIG_VMM_DEBUG 0 68 68 … … 72 72 73 73 #define CONFIG_KERNEL_IDENTITY_MAP true // True for 32 bits cores 74 #define CONFIG_CYCLES_PER_MS 1000000 // about 1 Ghz75 74 #define CONFIG_MAX_CLUSTER 256 // max number of clusters 76 75 #define CONFIG_MAX_LOCAL_CORES 4 // max number of cores per cluster … … 126 125 127 126 //////////////////////////////////////////////////////////////////////////////////////////// 128 // MISCEL ANEOUS127 // MISCELLANEOUS 129 128 //////////////////////////////////////////////////////////////////////////////////////////// 130 129 … … 156 155 157 156 #define CONFIG_DQDT_LEVELS_NR 5 158 #define CONFIG_DQDT_ PERIOD1 // number of ticks between updates157 #define CONFIG_DQDT_TICKS_PER_QUANTUM 1 // number of ticks between updates 159 158 160 159 //////////////////////////////////////////////////////////////////////////////////////////// … … 169 168 //////////////////////////////////////////////////////////////////////////////////////////// 170 169 171 #define CONFIG_SCHED_TICK_PERIOD 2000000 // number of cycles 170 #define CONFIG_SCHED_TICK_PERIOD 10 // number of milliseconds 171 #define CONFIG_SCHED_TICKS_PER_QUANTUM 2 // number of ticks per quantum 172 172 #define CONFIG_SCHED_MAX_THREADS_NR 32 // max number of threads per core 173 173
Note: See TracChangeset
for help on using the changeset viewer.