mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
@@ -186,7 +186,7 @@ pub fn print_something() {
|
|||||||
column_position: 0,
|
column_position: 0,
|
||||||
color_code: ColorCode::new(Color::LightGreen, Color::Black),
|
color_code: ColorCode::new(Color::LightGreen, Color::Black),
|
||||||
buffer: unsafe { Unique::new(0xb8000 as *mut _) },
|
buffer: unsafe { Unique::new(0xb8000 as *mut _) },
|
||||||
}
|
};
|
||||||
|
|
||||||
writer.write_byte(b'H');
|
writer.write_byte(b'H');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user