Modules
- Implement
tracing
subscriber that outputs logs to the console. - 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
Enums
Statics
- CONSOLE 🔒
Traits
- Console 🔒
Functions
- Create an early console, this is used before the kernel heap is initialized
- Create a late console, this is used after the kernel heap is initialized And also assign a console device
- SAFETY