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
皮皮虾
project0-RVM-Tutorial-GuestOS
Commits
93280772
Commit
93280772
authored
4 years ago
by
皮皮虾
Browse files
Options
Download
Plain Diff
[main]
parents
a43dbc4e
b16a7372
main
No related merge requests found
Pipeline
#1811
failed with stage
Changes
96
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-0
.gitignore
.gitlab-ci.yml
+11
-0
.gitlab-ci.yml
bootloader/rustsbi-k210.bin
+0
-0
bootloader/rustsbi-k210.bin
bootloader/rustsbi-qemu.bin
+0
-0
bootloader/rustsbi-qemu.bin
easy-fs-fuse/src/main.rs
+4
-1
easy-fs-fuse/src/main.rs
easy-fs/src/block_cache.rs
+4
-0
easy-fs/src/block_cache.rs
easy-fs/src/console.rs
+141
-0
easy-fs/src/console.rs
easy-fs/src/efs.rs
+5
-0
easy-fs/src/efs.rs
easy-fs/src/layout.rs
+120
-16
easy-fs/src/layout.rs
easy-fs/src/lib.rs
+5
-0
easy-fs/src/lib.rs
easy-fs/src/sbi.rs
+44
-0
easy-fs/src/sbi.rs
easy-fs/src/vfs.rs
+318
-9
easy-fs/src/vfs.rs
os/.cargo/config
+5
-0
os/.cargo/config
os/Cargo.toml
+10
-1
os/Cargo.toml
os/Makefile
+4
-4
os/Makefile
os/src/config.rs
+34
-2
os/src/config.rs
os/src/console.rs
+110
-1
os/src/console.rs
os/src/fs/inode.rs
+41
-0
os/src/fs/inode.rs
os/src/fs/mail.rs
+252
-0
os/src/fs/mail.rs
os/src/fs/mod.rs
+9
-1
os/src/fs/mod.rs
with
1118 additions
and
35 deletions
+1118
-35
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