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
Jingx Liu
Alien
Commits
4b10c829
Commit
4b10c829
authored
1 year ago
by
陈林峰
Browse files
Options
Download
Patches
Plain Diff
feat: add more support for vf2
parent
0dbb5b06
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+1
-1
.gitignore
Makefile
+20
-5
Makefile
alien.bin
+0
-0
alien.bin
boot/Cargo.toml
+10
-6
boot/Cargo.toml
boot/build.rs
+3
-3
boot/build.rs
boot/src/main.rs
+43
-9
boot/src/main.rs
kernel-qemu
+0
-0
kernel-qemu
kernel/Cargo.toml
+3
-1
kernel/Cargo.toml
kernel/src/arch/mod.rs
+3
-1
kernel/src/arch/mod.rs
kernel/src/arch/riscv.rs
+3
-0
kernel/src/arch/riscv.rs
kernel/src/board/mod.rs
+35
-0
kernel/src/board/mod.rs
kernel/src/board/vf2.rs
+4
-0
kernel/src/board/vf2.rs
kernel/src/config.rs
+12
-3
kernel/src/config.rs
kernel/src/driver/block_device.rs
+71
-9
kernel/src/driver/block_device.rs
kernel/src/driver/dtb.rs
+11
-10
kernel/src/driver/dtb.rs
kernel/src/driver/mod.rs
+2
-2
kernel/src/driver/mod.rs
kernel/src/fs/vfs.rs
+17
-15
kernel/src/fs/vfs.rs
kernel/src/lib.rs
+1
-0
kernel/src/lib.rs
kernel/src/memory/frame.rs
+7
-1
kernel/src/memory/frame.rs
kernel/src/memory/vmm.rs
+3
-3
kernel/src/memory/vmm.rs
with
249 additions
and
69 deletions
+249
-69
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