Skip to content

Conversation

YJwu2023
Copy link
Collaborator

No description provided.

@@ -196,7 +196,7 @@ void mm_init()
memory_management_struct.zones_struct_len = (memory_management_struct.count_zones * sizeof(struct Zone) + sizeof(ul) - 1) & (~(sizeof(ul) - 1));

ZONE_DMA_INDEX = 0;
ZONE_NORMAL_INDEX = 0;
ZONE_NORMAL_INDEX = 2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里改成上面的count zones的值

@fslongjin fslongjin merged commit 882f0b7 into DragonOS-Community:master Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants