mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🎨 解决一些隐式类型转换问题
This commit is contained in:
@ -33,7 +33,7 @@ int init_printk(const int char_size_x, const int char_size_y)
|
||||
pos.max_y = calculate_max_charNum(pos.height, char_size_y);
|
||||
|
||||
// @todo:将来需要将帧缓冲区物理地址填写到这个地址的页表项中
|
||||
pos.FB_address = 0xa00000;
|
||||
pos.FB_address = (unsigned int*)0xa00000;
|
||||
pos.FB_length = pos.width * pos.height;
|
||||
|
||||
pos.x = 0;
|
||||
|
Reference in New Issue
Block a user