Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-17065-1686958
OSKernel2023-AVX-3535
Commits
be9e753a
Commit
be9e753a
authored
1 year ago
by
胡宇飞
Browse files
Options
Download
Patches
Plain Diff
将copyinstr2换成了copyinstr,修复了argstr的问题,完成了faccessat系统调用,但是速度会变慢,问题在于mmap的地址超过了myproc()->sz大小
parent
b00416fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
kernel/include/file.h
+4
-0
kernel/include/file.h
kernel/include/sysnum.h
+2
-0
kernel/include/sysnum.h
kernel/syscall.c
+6
-3
kernel/syscall.c
kernel/sysfile.c
+52
-1
kernel/sysfile.c
with
64 additions
and
4 deletions
+64
-4
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