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
educg-net-22024-2210153
OSKernel2024-AronaOS-598
Commits
bfa6495d
Commit
bfa6495d
authored
1 year ago
by
Kevin
Browse files
Options
Download
Patches
Plain Diff
Initial commit
parents
Changes
93
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.devcontainer/devcontainer.json
+21
-0
.devcontainer/devcontainer.json
.dockerignore
+3
-0
.dockerignore
.github/workflows/doc-and-test.yml
+68
-0
.github/workflows/doc-and-test.yml
.gitignore
+24
-0
.gitignore
.vscode/settings.json
+14
-0
.vscode/settings.json
Dockerfile
+73
-0
Dockerfile
LICENSE
+0
-0
LICENSE
Makefile
+12
-0
Makefile
README.md
+296
-0
README.md
bootloader/rustsbi-qemu.bin
+0
-0
bootloader/rustsbi-qemu.bin
dev-env-info.md
+18
-0
dev-env-info.md
easy-fs-fuse/.gitignore
+3
-0
easy-fs-fuse/.gitignore
easy-fs-fuse/Cargo.toml
+17
-0
easy-fs-fuse/Cargo.toml
easy-fs-fuse/src/main.rs
+151
-0
easy-fs-fuse/src/main.rs
easy-fs/.gitignore
+3
-0
easy-fs/.gitignore
easy-fs/Cargo.toml
+19
-0
easy-fs/Cargo.toml
easy-fs/src/bitmap.rs
+70
-0
easy-fs/src/bitmap.rs
easy-fs/src/block_cache.rs
+144
-0
easy-fs/src/block_cache.rs
easy-fs/src/block_dev.rs
+9
-0
easy-fs/src/block_dev.rs
easy-fs/src/efs.rs
+151
-0
easy-fs/src/efs.rs
with
1096 additions
and
0 deletions
+1096
-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