Changes between Version 10 and Version 11 of kernel_miscelaneous
- Timestamp:
- Jan 2, 2017, 6:41:40 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_miscelaneous
v10 v11 8 8 This function is called in case of kernel error. 9 9 The 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.14 10 15 11 === void '''_break'''( char* str ) ===