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-17064-1466468
OSKernel2023-farmos-1476
Commits
d19f8ca0
Commit
d19f8ca0
authored
2 years ago
by
rsph
Committed by
种田队
2 years ago
Browse files
Options
Download
Patches
Plain Diff
内存管理模块整理重构
parent
2a70ca56
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
include/lib/error.h
+3
-0
include/lib/error.h
include/mm/kalloc.h
+0
-2
include/mm/kalloc.h
include/mm/memlayout.h
+13
-2
include/mm/memlayout.h
include/mm/memory.h
+4
-89
include/mm/memory.h
include/mm/mmtest.h
+0
-0
include/mm/mmtest.h
include/mm/pmm.h
+29
-0
include/mm/pmm.h
include/mm/vmm.h
+45
-0
include/mm/vmm.h
include/riscv.h
+0
-12
include/riscv.h
include/types.h
+3
-2
include/types.h
kern/boot/main.c
+6
-2
kern/boot/main.c
kern/lib/printf.c
+5
-5
kern/lib/printf.c
kern/mm/kalloc.c
+0
-31
kern/mm/kalloc.c
kern/mm/memory.c
+0
-193
kern/mm/memory.c
kern/mm/memoryInit.c
+0
-140
kern/mm/memoryInit.c
kern/mm/pmm.c
+97
-0
kern/mm/pmm.c
kern/mm/tlb.c
+16
-0
kern/mm/tlb.c
kern/mm/vmm.c
+184
-0
kern/mm/vmm.c
kern/proc/proc.c
+1
-1
kern/proc/proc.c
kern/trap/trampoline.S
+1
-1
kern/trap/trampoline.S
kern/trap/trap.c
+1
-1
kern/trap/trap.c
with
408 additions
and
481 deletions
+408
-481
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