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
张三
OSKernel2022-Byte OS
Commits
e1ff8e52
Commit
e1ff8e52
authored
2 years ago
by
啊队队队
Browse files
Options
Download
Patches
Plain Diff
更新文件系统驱动
parent
d782ec4f
main
extension
external_fs
single_page
test
No related merge requests found
Changes
35
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Cargo.toml
+2
-0
Cargo.toml
device/Cargo.toml
+10
-0
device/Cargo.toml
device/src/console.rs
+147
-0
device/src/console.rs
device/src/lib.rs
+3
-0
device/src/lib.rs
device/src/sbi.rs
+94
-0
device/src/sbi.rs
fatfs/CHANGELOG.md
+89
-0
fatfs/CHANGELOG.md
fatfs/Cargo.toml
+30
-0
fatfs/Cargo.toml
fatfs/LICENSE.txt
+19
-0
fatfs/LICENSE.txt
fatfs/README.md
+75
-0
fatfs/README.md
fatfs/build-nostd.sh
+5
-0
fatfs/build-nostd.sh
fatfs/rustfmt.toml
+2
-0
fatfs/rustfmt.toml
fatfs/src/boot_sector.rs
+980
-0
fatfs/src/boot_sector.rs
fatfs/src/dir.rs
+1329
-0
fatfs/src/dir.rs
fatfs/src/dir_entry.rs
+783
-0
fatfs/src/dir_entry.rs
fatfs/src/error.rs
+137
-0
fatfs/src/error.rs
fatfs/src/file.rs
+438
-0
fatfs/src/file.rs
fatfs/src/fs.rs
+1200
-0
fatfs/src/fs.rs
fatfs/src/io.rs
+292
-0
fatfs/src/io.rs
fatfs/src/lib.rs
+77
-0
fatfs/src/lib.rs
fatfs/src/log_macros.rs
+5
-0
fatfs/src/log_macros.rs
with
5717 additions
and
0 deletions
+5717
-0
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