|
SimpleKernel 1.17.0
|
#include <opensbi_interface.h>
Go to the source code of this file.
Functions | |
| auto | etl_putchar (int c) -> void |
| 早期控制台输出单字符,通过 SBI 调用实现 | |
| auto etl_putchar | ( | int | c | ) | -> void |
早期控制台输出单字符,通过 SBI 调用实现
早期控制台字符输出
Definition at line 8 of file early_console.cpp.