SimpleKernel 1.17.0
Loading...
Searching...
No Matches
early_console.cpp
Go to the documentation of this file.
1
5#include <opensbi_interface.h>
6
8extern "C" auto etl_putchar(int c) -> void { sbi_debug_console_write_byte(c); }
auto etl_putchar(int c) -> void
早期控制台字符输出