Modules§
Macros§
- breakpoint
- clear
- clear_
line - debug
- err
- inb
- indw
- inw
- log
- Like the
print!
macro in the standard library, but prints to the VGA text buffer. - print_
at - println
- Like the
println!
macro in the standard library, but prints to the VGA text buffer. - run
- serial_
print - Prints to the host through the serial interface.
- serial_
println - Prints to the host through the serial interface, appending a newline.
- set_
style - warn