lol
This commit is contained in:
parent
1e278eebe3
commit
bd86aae536
1 changed files with 1 additions and 1 deletions
|
|
@ -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#" ,--, | : .' .' \ "#),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue