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-17064-1466468
OSKernel2023_BiteTheDisk-674
Commits
552f70c8
Unverified
Commit
552f70c8
authored
2 years ago
by
sslime336
Browse files
Options
Download
Patches
Plain Diff
tidy `File` trait
* move trait `File` into fs/file.rs
parent
e9192435
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
README.md
+63
-0
README.md
kernel/src/fs/fat32/file.rs
+1
-1
kernel/src/fs/fat32/file.rs
kernel/src/fs/file.rs
+87
-325
kernel/src/fs/file.rs
kernel/src/fs/mod.rs
+1
-83
kernel/src/fs/mod.rs
kernel/src/fs/pipe.rs
+1
-1
kernel/src/fs/pipe.rs
kernel/src/fs/stdio/stdin.rs
+1
-1
kernel/src/fs/stdio/stdin.rs
kernel/src/fs/stdio/stdout.rs
+1
-1
kernel/src/fs/stdio/stdout.rs
kernel/src/mm/memory_set/memory_set.rs
+1
-1
kernel/src/mm/memory_set/memory_set.rs
kernel/src/mm/memory_set/vm_area.rs
+1
-1
kernel/src/mm/memory_set/vm_area.rs
kernel/src/mm/vma.rs
+1
-8
kernel/src/mm/vma.rs
kernel/src/syscall/impls/fs.rs
+1
-1
kernel/src/syscall/impls/fs.rs
kernel/src/task/task.rs
+1
-1
kernel/src/task/task.rs
with
160 additions
and
424 deletions
+160
-424
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