Add back code that does something

This commit is contained in:
greg
2017-03-25 20:36:12 -07:00
parent 2b3657dddf
commit 5b76bb7444

View File

@@ -181,14 +181,11 @@ pub extern fn rust_main(multiboot_info_header: usize) {
use vga_buffer::{clear, checkerboard, Color};
clear();
/*
checkerboard(Color::Red);
//let boot_info = unsafe { multiboot2::load(multiboot_info_header) };
printstr::write_to_screen(6, "Gamarjoba munde");
util::spin_wait(100_000_000);
printstr::write_to_screen(2, "HELLA");
*/
loop {