Changeset 401 for trunk/kernel_config.h


Ignore:
Timestamp:
Aug 17, 2017, 3:02:18 PM (7 years ago)
Author:
alain
Message:

Few bugs in VMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel_config.h

    r380 r401  
    4141#define CONFIG_ELF_DEBUG              0
    4242#define CONFIG_EXEC_DEBUG             0
    43 #define CONFIG_FATFS_DEBUG            0        // detailed if > 1
     43#define CONFIG_FATFS_DEBUG            0        // detailed if value > 1
    4444#define CONFIG_FBF_DEBUG              0
    4545#define CONFIG_FORK_DEBUG             0
    4646#define CONFIG_IDLE_DEBUG             0
    47 #define CONFIG_IOC_DEBUG              0
     47#define CONFIG_IOC_DEBUG              0        // when time > value
    4848#define CONFIG_IRQ_DEBUG              0
    4949#define CONFIG_KCM_DEBUG              0
    5050#define CONFIG_KHM_DEBUG              0
    51 #define CONFIG_KINIT_DEBUG            1
     51#define CONFIG_KINIT_DEBUG            1        // detailed if value > 1
    5252#define CONFIG_KMEM_DEBUG             0
    5353#define CONFIG_MMC_DEBUG              0
     
    5757#define CONFIG_PPM_DEBUG              0
    5858#define CONFIG_PROCESS_DEBUG          0
    59 #define CONFIG_RPC_DEBUG              6200000  // when time > value
    60 #define CONFIG_RPCG_DEBUG             0        // RPC generic functions
     59#define CONFIG_RPC_DEBUG              6100000  // when time > value
     60#define CONFIG_RPCG_DEBUG             0
    6161#define CONFIG_SCHED_DEBUG            0
    6262#define CONFIG_SIGNAL_DEBUG           0
     
    6464#define CONFIG_THREAD_DEBUG           0
    6565#define CONFIG_TXT_DEBUG              0
    66 #define CONFIG_VFS_DEBUG              6200000  // when time > value
     66#define CONFIG_VFS_DEBUG              6100000  // when time > value
    6767#define CONFIG_VMM_DEBUG              0
    6868
     
    177177
    178178#define CONFIG_THREAD_MAX_PER_CLUSTER       16      // max user threads per cluster
    179 #define CONFIG_THREAD_DESC_SIZE             0x2000  // 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 )
    181181
    182182////////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.