new: 定义了vma结构体

This commit is contained in:
fslongjin
2022-08-11 18:11:10 +08:00
parent 7fd5330195
commit 60d6ea0fd8
5 changed files with 102 additions and 54 deletions

View File

@ -1,4 +1,5 @@
#include "mm.h"
#include "mm-types.h"
#include "slab.h"
#include <common/printk.h>
#include <common/kprint.h>