Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
智核速启队
OSKernel2025-SC7
Merge requests
!85
[fix] 修复mmap错误读取逻辑
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
智核速启队
requested to merge
ly
into
master
Jun 19, 2025
Overview
0
Commits
1
Pipelines
0
Changes
8
mmap正常使用read读取即可,现在输入len不会自动加上PGSIZE
当文件不足时,直接break跳出循环,不再继续读取
futex暂时exit(0)