|
SimpleKernel 1.17.0
|

Go to the source code of this file.
Typedefs | |
| using | SerialSingleton = etl::singleton< cpu_io::Serial > |
Functions | |
| auto | etl_putchar (int c) -> void |
| 早期控制台字符输出 | |
| using SerialSingleton = etl::singleton<cpu_io::Serial> |
Definition at line 8 of file early_console.cpp.
| auto etl_putchar | ( | int | c | ) | -> void |
早期控制台字符输出
| c | 要输出的字符 |
早期控制台字符输出
Definition at line 26 of file early_console.cpp.