new: 初步实现了mmio的伙伴系统

This commit is contained in:
fslongjin
2022-08-18 22:06:29 +08:00
parent 4950d43e65
commit 77633e2f19
9 changed files with 384 additions and 5 deletions

View File

@ -11,6 +11,7 @@
uint64_t mm_Total_Memory = 0;
uint64_t mm_total_2M_pages = 0;
struct mm_struct initial_mm = {0};
struct memory_desc memory_management_struct = {{0}, 0};