mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 重新初始化页表并重映射了VBE帧缓存区
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
struct slab_obj
|
||||
{
|
||||
struct List *list;
|
||||
struct List list;
|
||||
// 当前slab对象所使用的内存页
|
||||
struct Page *page;
|
||||
|
||||
|
Reference in New Issue
Block a user