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-28665-2608131
OSKernel2024-MikuOS-1361
Commits
d2cf86d9
Commit
d2cf86d9
authored
6 months ago
by
Shetty Yttehs
Browse files
Options
Download
Patches
Plain Diff
feat: implement fat filesystem
parent
b8715d78
main
comm
doc
ext4-fs
fs
submit
test-env
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
kernel/Cargo.toml
+1
-0
kernel/Cargo.toml
kernel/src/fs/fat/driver.rs
+129
-0
kernel/src/fs/fat/driver.rs
kernel/src/fs/fat/mod.rs
+45
-0
kernel/src/fs/fat/mod.rs
kernel/src/fs/fat/virtio.rs
+51
-0
kernel/src/fs/fat/virtio.rs
kernel/src/fs/mod.rs
+24
-0
kernel/src/fs/mod.rs
kernel/src/main.rs
+0
-1
kernel/src/main.rs
kernel/src/syscall/process.rs
+31
-7
kernel/src/syscall/process.rs
kernel/src/task/processor/initproc.rs
+2
-2
kernel/src/task/processor/initproc.rs
with
283 additions
and
10 deletions
+283
-10
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