Ignore:
Timestamp:
Jun 19, 2018, 5:12:57 PM (6 years ago)
Author:
alain
Message:

miscelaneous...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kernel_config.h

    r445 r446  
    3636////////////////////////////////////////////////////////////////////////////////////////////
    3737
    38 
    39 
    4038#define DEBUG_CHDEV_CMD_RX             0
    4139#define DEBUG_CHDEV_CMD_TX             0
     
    9795#define DEBUG_PROCESS_GET_LOCAL_COPY   0
    9896#define DEBUG_PROCESS_INIT_CREATE      0
    99 #define DEBUG_PROCESS_MAKE_EXEC        1
     97#define DEBUG_PROCESS_MAKE_EXEC        0
    10098#define DEBUG_PROCESS_MAKE_FORK        0
    10199#define DEBUG_PROCESS_REFERENCE_INIT   0
     
    118116#define DEBUG_RPC_VMM_GET_VSEG         0
    119117
    120 #define DEBUG_SCHED_HANDLE_SIGNALS     2
    121 #define DEBUG_SCHED_YIELD              2    // dynamically activated by the trace() syscall
     118#define DEBUG_SCHED_HANDLE_SIGNALS     1
     119#define DEBUG_SCHED_YIELD              1    // must be activated by the trace() syscall
    122120
    123121#define DEBUG_SYSCALLS_ERROR           2
     
    127125#define DEBUG_SYS_EXIT                 1
    128126#define DEBUG_SYS_FG                   0
    129 #define DEBUG_SYS_FORK                 0
     127#define DEBUG_SYS_FORK                 1
    130128#define DEBUG_SYS_GET_CONFIG           0
    131129#define DEBUG_SYS_ISATTY               0
    132 #define DEBUG_SYS_KILL                 2
     130#define DEBUG_SYS_KILL                 1
    133131#define DEBUG_SYS_MMAP                 0
    134 #define DEBUG_SYS_READ                 0
     132#define DEBUG_SYS_READ                 2
    135133#define DEBUG_SYS_THREAD_CANCEL        0
    136134#define DEBUG_SYS_THREAD_CREATE        0
     
    139137#define DEBUG_SYS_THREAD_SLEEP         0
    140138#define DEBUG_SYS_THREAD_WAKEUP        0
    141 #define DEBUG_SYS_THREAD_YIELD         2
     139#define DEBUG_SYS_THREAD_YIELD         0
    142140#define DEBUG_SYS_TRACE                0
    143141#define DEBUG_SYS_WAIT                 0
    144 #define DEBUG_SYS_WRITE                0
     142#define DEBUG_SYS_WRITE                2
    145143
    146144#define DEBUG_SPINLOCKS                0
     
    154152#define DEBUG_THREAD_KERNEL_CREATE     0
    155153#define DEBUG_THREAD_KILL              0
    156 #define DEBUG_THREAD_USER_CREATE       2
     154#define DEBUG_THREAD_USER_CREATE       0
    157155#define DEBUG_THREAD_USER_FORK         0
    158 #define DEBUG_THREAD_BLOCK             0
     156#define DEBUG_THREAD_BLOCK             15000001
    159157
    160158#define DEBUG_VFS_INODE_CREATE         0
Note: See TracChangeset for help on using the changeset viewer.