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
educg-net-12100-765609
ragOS-1453
Commits
c8ad18ca
Commit
c8ad18ca
authored
4 years ago
by
陆思彤
Browse files
Options
Download
Patches
Plain Diff
support the "ls" command
parent
ee2ee846
main
No related merge requests found
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
Makefile
+4
-3
Makefile
README.md
+7
-2
README.md
README_cn.md
+6
-2
README_cn.md
doc/fs.md
+2
-3
doc/fs.md
kernel/exec.c
+1
-8
kernel/exec.c
kernel/fat32.c
+158
-131
kernel/fat32.c
kernel/file.c
+51
-15
kernel/file.c
kernel/include/defs.h
+2
-0
kernel/include/defs.h
kernel/include/fat32.h
+8
-4
kernel/include/fat32.h
kernel/include/stat.h
+4
-3
kernel/include/stat.h
kernel/include/syscall.h
+2
-0
kernel/include/syscall.h
kernel/proc.c
+0
-2
kernel/proc.c
kernel/string.c
+2
-2
kernel/string.c
kernel/syscall.c
+4
-0
kernel/syscall.c
kernel/sysfile.c
+52
-11
kernel/sysfile.c
xv6-user/ls.c
+16
-40
xv6-user/ls.c
xv6-user/sh.c
+9
-2
xv6-user/sh.c
xv6-user/user.h
+2
-0
xv6-user/user.h
xv6-user/usys.pl
+2
-0
xv6-user/usys.pl
with
332 additions
and
228 deletions
+332
-228
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