Changeset 445 for trunk/kernel/kernel_config.h
- Timestamp:
- May 29, 2018, 9:27:23 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kernel_config.h
r443 r445 97 97 #define DEBUG_PROCESS_GET_LOCAL_COPY 0 98 98 #define DEBUG_PROCESS_INIT_CREATE 0 99 #define DEBUG_PROCESS_MAKE_EXEC 099 #define DEBUG_PROCESS_MAKE_EXEC 1 100 100 #define DEBUG_PROCESS_MAKE_FORK 0 101 101 #define DEBUG_PROCESS_REFERENCE_INIT 0 102 102 #define DEBUG_PROCESS_SIGACTION 0 103 #define DEBUG_PROCESS_TXT _ATTACH 0103 #define DEBUG_PROCESS_TXT 2 104 104 #define DEBUG_PROCESS_ZERO_CREATE 0 105 105 … … 124 124 125 125 #define DEBUG_SYS_DISPLAY 0 126 #define DEBUG_SYS_EXEC 0127 #define DEBUG_SYS_EXIT 0126 #define DEBUG_SYS_EXEC 1 127 #define DEBUG_SYS_EXIT 1 128 128 #define DEBUG_SYS_FG 0 129 129 #define DEBUG_SYS_FORK 0 130 130 #define DEBUG_SYS_GET_CONFIG 0 131 131 #define DEBUG_SYS_ISATTY 0 132 #define DEBUG_SYS_KILL 0132 #define DEBUG_SYS_KILL 2 133 133 #define DEBUG_SYS_MMAP 0 134 134 #define DEBUG_SYS_READ 0 … … 139 139 #define DEBUG_SYS_THREAD_SLEEP 0 140 140 #define DEBUG_SYS_THREAD_WAKEUP 0 141 #define DEBUG_SYS_THREAD_YIELD 2 141 142 #define DEBUG_SYS_TRACE 0 142 143 #define DEBUG_SYS_WAIT 0 … … 153 154 #define DEBUG_THREAD_KERNEL_CREATE 0 154 155 #define DEBUG_THREAD_KILL 0 155 #define DEBUG_THREAD_USER_CREATE 0156 #define DEBUG_THREAD_USER_CREATE 2 156 157 #define DEBUG_THREAD_USER_FORK 0 157 158 #define DEBUG_THREAD_BLOCK 0
Note: See TracChangeset
for help on using the changeset viewer.