Changeset 624 for trunk/user/ksh/ksh.c
- Timestamp:
- Mar 12, 2019, 1:37:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/ksh/ksh.c
r623 r624 14 14 // 15 15 // The children processes are created by the <load> command, and are 16 // attached to the same TXT terminal as the KSH process itself.16 // attached to the same TXT terminal as the parent KSH process. 17 17 // A child process can be lauched in foreground or in background: 18 // . when the child process is runningin foreground, the KSH process loses18 // . when the child process is launched in foreground, the KSH process loses 19 19 // the TXT terminal ownership, that is transfered to the child process. 20 // . when the child process is running in background:the KSH process keeps20 // . when the child process is launched in background, the KSH process keeps 21 21 // the TXT terminal ownership. 22 22 // … … 58 58 #define DEBUG_INTER 0 59 59 #define DEBUG_PARSE 0 60 #define DEBUG_CMD_CAT 160 #define DEBUG_CMD_CAT 0 61 61 #define DEBUG_CMD_CP 0 62 62 #define DEBUG_CMD_LOAD 0
Note: See TracChangeset
for help on using the changeset viewer.