🆕 重新初始化页表并重映射了VBE帧缓存区

This commit is contained in:
fslongjin
2022-03-01 20:21:32 +08:00
parent 1faa84d942
commit db8604c1e3
8 changed files with 304 additions and 108 deletions

View File

@ -15,7 +15,7 @@
struct slab_obj
{
struct List *list;
struct List list;
// 当前slab对象所使用的内存页
struct Page *page;