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