Changes between Version 41 and Version 42 of kernel_syscalls
- Timestamp:
- Sep 16, 2015, 5:43:03 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v41 v42 65 65 Returns -1 if no available TTY channel, or TTY already allocated. 66 66 67 === 2) '''_sys_tty_release'''( ) ===67 === 2) int '''_sys_tty_release'''( ) === 68 68 This function release the TTY channel allocated to the calling thread. The corresponding thread context slot is reset (0xFFFFFFFF value), and the _tty_channel[channel] entry is decremented. The corresponding channel keep busy until 69 69 the value stored in _tty_channel[channel] is non-zero.