-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(mm): 实现缺页中断处理 #715
Merged
fslongjin
merged 16 commits into
DragonOS-Community:master
from
MemoryShore:patch-add-page-fault
Apr 22, 2024
Merged
feat(mm): 实现缺页中断处理 #715
fslongjin
merged 16 commits into
DragonOS-Community:master
from
MemoryShore:patch-add-page-fault
Apr 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
MemoryShore
commented
Apr 11, 2024
- 实现内存映射的延迟分配:vma分配的空间会在访问时才进行物理内存分配
- 实现父子进程的写时拷贝:创建子进程时父子进程会共享相同的物理内存,进程拷贝时会将共享页设置为只读,写入时触发写时拷贝
fslongjin
requested changes
Apr 14, 2024
@dragonosbot author |
fslongjin
requested changes
Apr 16, 2024
@dragonosbot review |
@GnoCiYeH 看一下这个,我个人感觉没问题。 |
fslongjin
approved these changes
Apr 21, 2024
Jomocool
approved these changes
Apr 21, 2024
BrahmaMantra
pushed a commit
to BrahmaMantra/DragonOS
that referenced
this pull request
Dec 9, 2024
* 实现缺页中断处理 * 完善页表拷贝逻辑 * 优化代码结构 * 完善缺页异常信息 * 修改大页映射逻辑 * 修正大页映射错误 * 添加缺页中断支持标志 * 实现用户栈自动拓展功能
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.