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
刘鹏
xv6-k210
Commits
7fa5d1d0
Commit
7fa5d1d0
authored
3 years ago
by
陆思彤
Browse files
Options
Download
Patches
Plain Diff
Add rename syscall and mv command (not stable);
Fix potential bugs of fs (eput and '0xff').
parent
ccc2c1f9
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
Makefile
+3
-2
Makefile
kernel/fat32.c
+87
-63
kernel/fat32.c
kernel/include/fat32.h
+3
-1
kernel/include/fat32.h
kernel/include/sysnum.h
+1
-0
kernel/include/sysnum.h
kernel/syscall.c
+4
-1
kernel/syscall.c
kernel/sysfile.c
+103
-11
kernel/sysfile.c
kernel/trap.c
+1
-1
kernel/trap.c
xv6-user/mv.c
+53
-0
xv6-user/mv.c
xv6-user/user.h
+14
-13
xv6-user/user.h
xv6-user/usertests.c
+10
-6
xv6-user/usertests.c
xv6-user/usys.pl
+1
-0
xv6-user/usys.pl
with
280 additions
and
98 deletions
+280
-98
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