mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
bug fix
This commit is contained in:
@ -36,7 +36,7 @@ int printk_init(const int char_size_x, const int char_size_y)
|
||||
// @todo:将来需要将帧缓冲区物理地址填写到这个地址的页表项中
|
||||
VBE_FB_phys_addr = (ul)info.framebuffer_addr;
|
||||
pos.FB_address = (uint *)0x0000000003000000;
|
||||
pos.FB_length = pos.width * pos.height;
|
||||
pos.FB_length = 1UL*pos.width * pos.height;
|
||||
|
||||
// ======== 临时的将物理地址填写到0x0000000003000000处 之后会在mm内将帧缓存区重新映射=====
|
||||
|
||||
|
Reference in New Issue
Block a user