DragonOS-Community / DragonOS

使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算轻量化场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for lightweight cloud computing scenarios.
https://dragonos.org
GNU General Public License v2.0
817 stars 132 forks source link

feat(mm): 修复vma映射标志错误 #801

Closed MemoryShore closed 1 month ago

MemoryShore commented 1 month ago

修复了VMA结构体中的mapped标志没有被正确设置的错误

dragonosbot commented 1 month ago

@MemoryShore: no appropriate reviewer found, use r? to override

fslongjin commented 1 month ago

需要按照文档修改pr标题~