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
破败王者之剑
OSKernel2022-LOS
Commits
abca318c
Commit
abca318c
authored
3 years ago
by
last-las
Browse files
Options
Download
Patches
Plain Diff
feat: add uname implement
parent
3e36ed88
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
os/src/config.rs
+7
-0
os/src/config.rs
os/src/syscall/mod.rs
+1
-0
os/src/syscall/mod.rs
os/src/syscall/proc/do_uname.rs
+18
-0
os/src/syscall/proc/do_uname.rs
os/src/syscall/proc/mod.rs
+2
-0
os/src/syscall/proc/mod.rs
share/src/lib.rs
+1
-0
share/src/lib.rs
share/src/syscall/sys_const.rs
+1
-0
share/src/syscall/sys_const.rs
share/src/system.rs
+10
-0
share/src/system.rs
user/lib/src/bin/test_uname.rs
+38
-0
user/lib/src/bin/test_uname.rs
user/lib/src/syscall/raw.rs
+4
-0
user/lib/src/syscall/raw.rs
with
82 additions
and
0 deletions
+82
-0
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