Changes between Version 10 and Version 11 of kernel_miscelaneous


Ignore:
Timestamp:
Jan 2, 2017, 6:41:40 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_miscelaneous

    v10 v11  
    88This function is called in case of kernel error.
    99The processor try to displays an error message on TTY0, and suicide (enter infinite loop)...
    10 
    11 === void '''_random_wait'''( unsigned int randomize , unsigned int value ) ===
    12 This function implements a 5 cycles waiting loop.
    13 If the <randomize> argument is set, the number of iterations is a pseudo-random number whose number of bits is defined by the <value> argument. If the <randomize> argument is zero, the number of iterations is defined by the <value> argument.
    1410
    1511=== void '''_break'''( char* str ) ===