mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
new: 初步实现了mmio的伙伴系统
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user