Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-28665-2608131
OSKernel2024-MikuOS-1361
Commits
2f38c280
Commit
2f38c280
authored
6 months ago
by
Shetty Yttehs
Browse files
Options
Download
Patches
Plain Diff
fix: do not map non-framed areas when forking
parent
a3156a13
main
comm
doc
ext4-fs
fs
miku-fs
refactor-mm
submit
test-env
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
kernel/src/config.rs
+1
-1
kernel/src/config.rs
kernel/src/mm/address/phys.rs
+13
-6
kernel/src/mm/address/phys.rs
kernel/src/mm/memory_set/map_area/mod.rs
+3
-3
kernel/src/mm/memory_set/map_area/mod.rs
kernel/src/mm/memory_set/mod.rs
+37
-8
kernel/src/mm/memory_set/mod.rs
kernel/src/mm/page_table/mod.rs
+3
-3
kernel/src/mm/page_table/mod.rs
kernel/src/mm/ppn_allocator/mod.rs
+1
-1
kernel/src/mm/ppn_allocator/mod.rs
kernel/src/task/pcb.rs
+2
-1
kernel/src/task/pcb.rs
kernel/src/task/pid/kernel_stack.rs
+8
-8
kernel/src/task/pid/kernel_stack.rs
with
68 additions
and
31 deletions
+68
-31
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets