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
nexus
OSKernel2024-nexus
Commits
ac86b817
Commit
ac86b817
authored
5 months ago
by
wyd-ubuntu-os
Browse files
Options
Download
Patches
Plain Diff
start-lab9
parent
4b81a2b3
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+7
-2
Makefile
README.md
+1
-1
README.md
include/fs/dir.h
+9
-0
include/fs/dir.h
include/mem/mmap.h
+1
-1
include/mem/mmap.h
include/mem/vmem.h
+1
-1
include/mem/vmem.h
include/proc/proc.h
+8
-0
include/proc/proc.h
include/syscall/sysfunc.h
+16
-2
include/syscall/sysfunc.h
include/syscall/sysnum.h
+17
-2
include/syscall/sysnum.h
kernel/boot/main.c
+2
-2
kernel/boot/main.c
kernel/dev/uart.c
+2
-1
kernel/dev/uart.c
kernel/fs/dir.c
+45
-0
kernel/fs/dir.c
kernel/mem/mmap.c
+7
-2
kernel/mem/mmap.c
kernel/mem/uvm.c
+5
-5
kernel/mem/uvm.c
kernel/proc/proc.c
+2
-2
kernel/proc/proc.c
kernel/syscall/syscall.c
+18
-50
kernel/syscall/syscall.c
kernel/syscall/sysfunc.c
+0
-344
kernel/syscall/sysfunc.c
user/Makefile
+21
-1
user/Makefile
user/initcode.c
+22
-1
user/initcode.c
user/syscall_num.h
+15
-1
user/syscall_num.h
user/type.h
+14
-0
user/type.h
with
213 additions
and
418 deletions
+213
-418
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