SimpleKernel 1.17.0
Loading...
Searching...
No Matches
early_console.cpp File Reference
#include <opensbi_interface.h>
Include dependency graph for early_console.cpp:

Go to the source code of this file.

Functions

auto etl_putchar (int c) -> void
 早期控制台输出单字符,通过 SBI 调用实现
 

Function Documentation

◆ etl_putchar()

auto etl_putchar ( int  c) -> void

早期控制台输出单字符,通过 SBI 调用实现

早期控制台字符输出

Definition at line 8 of file early_console.cpp.

8{ sbi_debug_console_write_byte(c); }