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
西电OSmaker
OSKernel2021-XDU
Commits
3f3ed61d
Commit
3f3ed61d
authored
4 years ago
by
陆思彤
Browse files
Options
Download
Patches
Plain Diff
Rename kalloc.c/h to pm.c/h;
Add primitive kmalloc module (not being used yet).
parent
ac1cfb3f
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
Makefile
+2
-1
Makefile
kernel/exec.c
+20
-15
kernel/exec.c
kernel/include/kalloc.h
+0
-11
kernel/include/kalloc.h
kernel/include/kmalloc.h
+12
-0
kernel/include/kmalloc.h
kernel/include/pm.h
+11
-0
kernel/include/pm.h
kernel/kmalloc.c
+297
-0
kernel/kmalloc.c
kernel/main.c
+4
-2
kernel/main.c
kernel/pipe.c
+4
-4
kernel/pipe.c
kernel/pm.c
+14
-13
kernel/pm.c
kernel/proc.c
+8
-17
kernel/proc.c
kernel/spi.c
+14
-14
kernel/spi.c
kernel/string.c
+29
-1
kernel/string.c
kernel/syscall.c
+35
-10
kernel/syscall.c
kernel/sysproc.c
+25
-8
kernel/sysproc.c
kernel/vm.c
+17
-18
kernel/vm.c
xv6-user/mv.c
+1
-1
xv6-user/mv.c
with
493 additions
and
115 deletions
+493
-115
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