Modulesยง
- tracing
- Implement
tracing
subscriber that outputs logs to the console. - vga_
graphics ๐ - vga_
text ๐ - A temporary tool to allow for easy printing to the screen. We are using the VGA text mode buffer to print to the screen.
Structsยง
- Console
Controller ๐ - Early
Console ๐ - Late
Console ๐ - Video
Console ๐Attribute
Enumsยง
- Ansi
Color ๐
Staticsยง
- CONSOLE ๐
Traitsยง
- Console ๐
- Video
Console ๐
Functionsยง
- create_
video_ ๐console - early_
init - Create an early console, this is used before the kernel heap is initialized
- init_
late_ device - Create a late console, this is used after the kernel heap is initialized And also assign a console device
- run_
with_ ๐console - SAFETY
- start_
capture - stop_
capture