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
Refill
OSKernel2024-Vnx
Commits
8cf8b44a
Commit
8cf8b44a
authored
1 year ago
by
Refill
Browse files
Options
Download
Patches
Plain Diff
[fs] Migrate xv6fs onto vfs.
userspace program now brokes
parent
f509cfa8
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/include/kernel/loongarch.h
+1
-0
src/include/kernel/loongarch.h
src/include/kernel/param.h
+2
-0
src/include/kernel/param.h
src/include/kernel/stat.h
+0
-11
src/include/kernel/stat.h
src/sys/block/bio.cc
+11
-11
src/sys/block/bio.cc
src/sys/block/blk.cc
+14
-1
src/sys/block/blk.cc
src/sys/console/console.cc
+15
-10
src/sys/console/console.cc
src/sys/defs.h
+0
-188
src/sys/defs.h
src/sys/driver/block/ramdisk.cc
+0
-1
src/sys/driver/block/ramdisk.cc
src/sys/driver/uart.cc
+38
-40
src/sys/driver/uart.cc
src/sys/fs.img
+0
-0
src/sys/fs.img
src/sys/fs/file.cc
+48
-43
src/sys/fs/file.cc
src/sys/fs/fs.cc
+9
-704
src/sys/fs/fs.cc
src/sys/fs/log.cc
+0
-236
src/sys/fs/log.cc
src/sys/fs/pipe.cc
+31
-30
src/sys/fs/pipe.cc
src/sys/fs/sysfile.cc
+230
-179
src/sys/fs/sysfile.cc
src/sys/fs/vfs.cc
+109
-21
src/sys/fs/vfs.cc
src/sys/fs/xv6fs.cc
+85
-9
src/sys/fs/xv6fs.cc
src/sys/fs/xv6fs_log.cc
+1
-2
src/sys/fs/xv6fs_log.cc
src/sys/include/block/blk.h
+1
-0
src/sys/include/block/blk.h
src/sys/include/defs.h
+29
-25
src/sys/include/defs.h
with
624 additions
and
1511 deletions
+624
-1511
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