Changes between Version 7 and Version 8 of kernel_tty0


Ignore:
Timestamp:
Dec 8, 2014, 10:41:05 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_tty0

    v7 v8  
    2323
    2424 === void '''_printf'''( char* format, ... ) ===
    25 This function displays a formated string on TTY0, after taking the simple_lock_t to get exclusive access. Only the following formats are supported:
     25This function displays a formated string on TTY0, after taking the SBT lock to get exclusive access. Only the following formats are supported:
    2626 * %s : character string (0 terminated)
    2727 * %x : hexadecimal representation for an unsigned int (32 bits)