Add back code that does something
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user