Changes between Version 1 and Version 2 of kernel_tty0
- Timestamp:
- Oct 9, 2014, 12:56:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_tty0
v1 v2 3 3 [[PageOutline]] 4 4 5 The [source:soft/giet_vm/giet_common/utils.c utils.c] and [source:soft/giet_vm/giet_common/utils.h util.h] files define the functions used to access the kernel terminal TTY[0]. The ''_put '' functions do not take the lock protecting exclusive access. The ''_printf''sfunction takes the lock protecting exclusive access.5 The [source:soft/giet_vm/giet_common/utils.c utils.c] and [source:soft/giet_vm/giet_common/utils.h util.h] files define the functions used to access the kernel terminal TTY[0]. The ''_put*'' functions do not take the lock protecting exclusive access. The ''_printf'' function takes the lock protecting exclusive access. 6 6 7 7 They are prefixed by "_" to remind that they can only be executed by a processor in kernel mode.