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
ZongzhenYang
进击のOS
Commits
d0c40ebd
Commit
d0c40ebd
authored
2 years ago
by
ZongzhenYang
Browse files
Options
Download
Patches
Plain Diff
init mmap
parent
5ba2c3e8
Changes
40
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/bookmarks.json
+2
-2
.vscode/bookmarks.json
.vscode/launch.json
+11
-7
.vscode/launch.json
.vscode/settings.json
+2
-1
.vscode/settings.json
.vscode/tasks.json
+13
-0
.vscode/tasks.json
entry/syscall.tbl
+2
-2
entry/syscall.tbl
include/fs/fcntl.h
+6
-6
include/fs/fcntl.h
include/kernel/proc.h
+17
-70
include/kernel/proc.h
include/list.h
+356
-0
include/list.h
include/memlayout.h
+2
-1
include/memlayout.h
include/mm/mmap.h
+115
-0
include/mm/mmap.h
include/mm/vm.h
+12
-11
include/mm/vm.h
include/param.h
+1
-1
include/param.h
include/riscv.h
+3
-1
include/riscv.h
run-gdb.sh
+1
-1
run-gdb.sh
src/fs/fs.c
+1
-1
src/fs/fs.c
src/fs/pipe.c
+2
-2
src/fs/pipe.c
src/include/common.h
+6
-0
src/include/common.h
src/include/utils.h
+2
-4
src/include/utils.h
src/kernel/exec.c
+77
-83
src/kernel/exec.c
src/kernel/initcode.c
+211
-40
src/kernel/initcode.c
with
842 additions
and
233 deletions
+842
-233
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