This commit is contained in:
Jack Halford 2018-02-12 18:00:15 +01:00
parent 1e278eebe3
commit bd86aae536

View file

@ -38,7 +38,7 @@ pub extern fn kmain() -> ! {
// use vga::color::ColorCode; // use vga::color::ColorCode;
unsafe { CONTEXT.current_term().color_code = ColorCode::new(Color::White, Color::Cyan); } unsafe { CONTEXT.current_term().color_code = ColorCode::new(Color::White, Color::Cyan); }
print!("{}{}{}{}{}{}{}{}{}{}{}{}{}{}\n", print!("{}{}{}{}{}{}{}{}{}{}{}{}{}{}",
format_args!("{: ^80}", r#" ,--, "#), format_args!("{: ^80}", r#" ,--, "#),
format_args!("{: ^80}", r#" ,--.'| ,----, "#), format_args!("{: ^80}", r#" ,--.'| ,----, "#),
format_args!("{: ^80}", r#" ,--, | : .' .' \ "#), format_args!("{: ^80}", r#" ,--, | : .' .' \ "#),