Ignore:
Timestamp:
Jun 19, 2018, 10:05:52 PM (6 years ago)
Author:
alain
Message:

Introduce the chdev_queue_display() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kernel_config.h

    r446 r447  
    128128#define DEBUG_SYS_GET_CONFIG           0
    129129#define DEBUG_SYS_ISATTY               0
    130 #define DEBUG_SYS_KILL                 1
     130#define DEBUG_SYS_KILL                 0
    131131#define DEBUG_SYS_MMAP                 0
    132132#define DEBUG_SYS_READ                 2
     
    154154#define DEBUG_THREAD_USER_CREATE       0
    155155#define DEBUG_THREAD_USER_FORK         0
    156 #define DEBUG_THREAD_BLOCK             15000001
     156#define DEBUG_THREAD_BLOCK             0
    157157
    158158#define DEBUG_VFS_INODE_CREATE         0
Note: See TracChangeset for help on using the changeset viewer.