这是一个用Rust实现的VGA驱动,内部实现了 println! 宏 和 print! 宏。 例子: ``` #[macro_use] extern crate mars_vga; ```