Changeset 50 for trunk/kernel_config.h


Ignore:
Timestamp:
Jun 26, 2017, 3:15:11 PM (7 years ago)
Author:
alain
Message:

bloup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel_config.h

    r23 r50  
    3333////////////////////////////////////////////////////////////////////////////////////////////
    3434
     35#define CONFIG_CLUSTER_DEBUG          0
    3536#define CONFIG_CONTEXT_DEBUG          0
    3637#define CONFIG_CORE_DEBUG             0
     38#define CONFIG_DEVFS_DEBUG            0
    3739#define CONFIG_DMA_DEBUG              0
    3840#define CONFIG_DQDT_DEBUG             0
    3941#define CONFIG_ELF_DEBUG              0
    4042#define CONFIG_EXEC_DEBUG             0
     43#define CONFIG_FATFS_DEBUG            0
    4144#define CONFIG_FBF_DEBUG              0
    4245#define CONFIG_FORK_DEBUG             0
    4346#define CONFIG_ICU_DEBUG              0
     47#define CONFIG_IDLE_DEBUG             1
    4448#define CONFIG_IOC_DEBUG              0
    45 #define CONFIG_KCM_DEBUG              0
     49#define CONFIG_KCM_DEBUG              1
    4650#define CONFIG_KHM_DEBUG              0
    4751#define CONFIG_KINIT_DEBUG            1
     
    5458#define CONFIG_PROCESS_DEBUG          0
    5559#define CONFIG_RPC_DEBUG              0
    56 #define CONFIG_SCHED_DEBUG            1
     60#define CONFIG_SCHED_DEBUG            0
    5761#define CONFIG_SIGNAL_DEBUG           0
    5862#define CONFIG_SYSCALL_DEBUG          0
    59 #define CONFIG_THREAD_DEBUG           1
     63#define CONFIG_THREAD_DEBUG           0
    6064#define CONFIG_TXT_DEBUG              0
    6165#define CONFIG_VFS_DEBUG              0
     
    8589#define CONFIG_MAX_FBF_CHANNELS             1          // max number of FBF device channels
    8690#define CONFIG_MAX_TXT_CHANNELS             16         // max number of TXT device channels
    87 #define CONFIG_MAX_DMA_CHANNELS             8          // max number of TXT device channels
     91#define CONFIG_MAX_DMA_CHANNELS             8          // max number of DMA device channels
    8892#define CONFIG_MAX_NIC_CHANNELS             8          // max number of NIC device channels
    8993
     
    232236#define CONFIG_PPM_MAX_ORDER          16           // ln(total number of pages per cluster)
    233237#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)
    236241
    237242#define CONFIG_PPM_PAGE_ALIGNED       __attribute__((aligned(CONFIG_PPM_PAGE_SIZE)))
    238243
    239244////////////////////////////////////////////////////////////////////////////////////////////
    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////////////////////////////////////////////////////////////////////////////////////////////
    293247
    294248#define CONFIG_DMA_RQ_KCM_MIN         2
Note: See TracChangeset for help on using the changeset viewer.