Changes between Version 5 and Version 6 of kernel_tty0
- Timestamp:
- Dec 7, 2014, 8:03:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_tty0
v5 v6 3 3 [[PageOutline]] 4 4 5 The [source:soft/giet_vm/giet_common/tty0.c tty0.c] and [source:soft/giet_vm/giet_common/tty0.h tty0.h] files define the functions used to access the kernel terminal TTY[0]. The '''_put *''' functions do not take the lock protecting exclusive access to TTY0. The '''_printf''' function takes the lock protecting exclusive access to TTY0..5 The [source:soft/giet_vm/giet_common/tty0.c tty0.c] and [source:soft/giet_vm/giet_common/tty0.h tty0.h] files define the functions used to access the kernel terminal TTY[0]. The '''_put~''' functions do not take the lock protecting exclusive access to TTY0. The '''_printf''' function takes the lock protecting exclusive access to TTY0. 6 6 7 7 They are prefixed by "_" to remind that they can only be executed by a processor in kernel mode.