Module kernel_hal::console
source · [−]Expand description
Console input and output.
Structs
The POSIX winsize structure.
Functions
Read buffer data from console (serial).
Returns the size information of the console, see ConsoleWinSize.
Writes formatted data into the serial, and the graphic console if it exists.
Writes a string slice into the serial, and the graphic console if it exists.
Writes formatted data into the serial through sbi call..
Writes a string slice into the serial through sbi call.
Writes formatted data into the graphic console.
Writes a string slice into the graphic console.
Writes formatted data into the serial.
Writes a string slice into the serial.