|
ArvernOS
|
Functions | |
| void | arch_logging_stream_output (char c, void *arg) |
Architecture-specific implementation to output logs.
| void arch_logging_stream_output | ( | char | c, |
| void * | arg ) |
This function is used to output logs somewhere. In most cases, a serial line will be used but it is up to the implementers, depending on the constraints.
| c | a character to print |
| arg | optional arguments. This should be NULL all the time. |