mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
bug fix
This commit is contained in:
@ -27,6 +27,7 @@ int printk_init(const int char_size_x, const int char_size_y)
|
||||
{
|
||||
struct multiboot_tag_framebuffer_info_t info;
|
||||
int reserved;
|
||||
|
||||
multiboot2_iter(multiboot2_get_Framebuffer_info, &info, &reserved);
|
||||
|
||||
pos.width = info.framebuffer_width;
|
||||
|
Reference in New Issue
Block a user