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
你说对不队
OSKernel2023-ByteOS
Commits
5727872c
Commit
5727872c
authored
2 years ago
by
啊队队队
Browse files
Options
Download
Patches
Plain Diff
add block device support
parent
7e0be36c
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
.gitignore
+3
-1
.gitignore
Cargo.lock
+82
-1
Cargo.lock
Cargo.toml
+1
-0
Cargo.toml
arch/src/riscv64/entry.rs
+2
-2
arch/src/riscv64/entry.rs
kernel/src/main.rs
+3
-0
kernel/src/main.rs
modules/devices/Cargo.toml
+3
-0
modules/devices/Cargo.toml
modules/devices/src/device.rs
+9
-0
modules/devices/src/device.rs
modules/devices/src/lib.rs
+11
-1
modules/devices/src/lib.rs
modules/devices/src/memory.rs
+3
-8
modules/devices/src/memory.rs
modules/devices/src/virtio/mod.rs
+45
-0
modules/devices/src/virtio/mod.rs
modules/devices/src/virtio/virtio_blk.rs
+59
-0
modules/devices/src/virtio/virtio_blk.rs
modules/devices/src/virtio/virtio_impl.rs
+52
-0
modules/devices/src/virtio/virtio_impl.rs
modules/frame_allocator/Cargo.toml
+2
-1
modules/frame_allocator/Cargo.toml
modules/frame_allocator/src/lib.rs
+37
-1
modules/frame_allocator/src/lib.rs
modules/kheader/Cargo.toml
+9
-0
modules/kheader/Cargo.toml
modules/kheader/src/lib.rs
+6
-0
modules/kheader/src/lib.rs
modules/kheader/src/mm.rs
+19
-0
modules/kheader/src/mm.rs
with
346 additions
and
15 deletions
+346
-15
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