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
破败王者之剑
OSKernel2022-LOS
Commits
35c64b6b
Commit
35c64b6b
authored
3 years ago
by
last-las
Browse files
Options
Download
Patches
Plain Diff
feat: implement KCALL_COPY_C_PATH
parent
03c17c68
game
fat32_dev
heap_dev
master
match
test_oskernel
vfs_dev
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
os/src/syscall/device.rs
+26
-4
os/src/syscall/device.rs
os/src/syscall/mod.rs
+2
-1
os/src/syscall/mod.rs
share/src/ffi.rs
+6
-0
share/src/ffi.rs
share/src/file.rs
+3
-1
share/src/file.rs
share/src/ipc.rs
+8
-0
share/src/ipc.rs
share/src/syscall/error.rs
+6
-0
share/src/syscall/error.rs
share/src/syscall/sys_const.rs
+2
-1
share/src/syscall/sys_const.rs
user/lib/src/syscall/mod.rs
+8
-0
user/lib/src/syscall/mod.rs
user/lib/src/syscall/raw.rs
+4
-0
user/lib/src/syscall/raw.rs
with
65 additions
and
7 deletions
+65
-7
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