Changeset 457 for trunk/kernel/kernel_config.h
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kernel_config.h
r450 r457 27 27 #define _ALMOS_CONFIG_H_ 28 28 29 #define CONFIG_ALMOS_VERSION "Version 1.0 / March2018"29 #define CONFIG_ALMOS_VERSION "Version 1.0 / August 2018" 30 30 31 31 //////////////////////////////////////////////////////////////////////////////////////////// … … 76 76 #define DEBUG_HAL_IOC_RX 0 77 77 #define DEBUG_HAL_IOC_TX 0 78 #define DEBUG_HAL_GPT 78 #define DEBUG_HAL_GPT 0 79 79 80 80 #define DEBUG_KCM 0 … … 117 117 118 118 #define DEBUG_SCHED_HANDLE_SIGNALS 2 119 #define DEBUG_SCHED_YIELD 2// must be activated by the trace() syscall119 #define DEBUG_SCHED_YIELD 1 // must be activated by the trace() syscall 120 120 121 121 #define DEBUG_SYSCALLS_ERROR 2 122 122 123 123 #define DEBUG_SYS_DISPLAY 0 124 #define DEBUG_SYS_EXEC 1125 #define DEBUG_SYS_EXIT 1124 #define DEBUG_SYS_EXEC 0 125 #define DEBUG_SYS_EXIT 0 126 126 #define DEBUG_SYS_FG 0 127 127 #define DEBUG_SYS_FORK 0 128 128 #define DEBUG_SYS_GET_CONFIG 0 129 129 #define DEBUG_SYS_ISATTY 0 130 #define DEBUG_SYS_IS_FG 0 130 131 #define DEBUG_SYS_KILL 0 131 132 #define DEBUG_SYS_MMAP 0 … … 154 155 #define DEBUG_THREAD_USER_CREATE 0 155 156 #define DEBUG_THREAD_USER_FORK 0 157 #define DEBUG_THREAD_USER_EXEC 0 156 158 #define DEBUG_THREAD_BLOCK 0 157 159
Note: See TracChangeset
for help on using the changeset viewer.