Changes between Version 7 and Version 8 of kernel_tty0
- Timestamp:
- Dec 8, 2014, 10:41:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_tty0
v7 v8 23 23 24 24 === void '''_printf'''( char* format, ... ) === 25 This function displays a formated string on TTY0, after taking the simple_lock_tto get exclusive access. Only the following formats are supported:25 This function displays a formated string on TTY0, after taking the SBT lock to get exclusive access. Only the following formats are supported: 26 26 * %s : character string (0 terminated) 27 27 * %x : hexadecimal representation for an unsigned int (32 bits)