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
educg-net-28668-2608132
OSKernel2024-xv6-riscv-k210-1370
Commits
634e12a0
Commit
634e12a0
authored
5 months ago
by
SOS队
Browse files
Options
Download
Patches
Plain Diff
submission
parent
0c28e965
Changes
316
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/settings.json
+18
-0
.vscode/settings.json
LICENSE
+21
-0
LICENSE
Makefile
+348
-0
Makefile
README
+45
-0
README
README.md
+122
-0
README.md
README_cn.md
+120
-0
README_cn.md
bootloader/SBI/rustsbi-k210/.cargo/config.toml
+7
-0
bootloader/SBI/rustsbi-k210/.cargo/config.toml
bootloader/SBI/rustsbi-k210/Cargo.toml
+18
-0
bootloader/SBI/rustsbi-k210/Cargo.toml
bootloader/SBI/rustsbi-k210/README.md
+4
-0
bootloader/SBI/rustsbi-k210/README.md
bootloader/SBI/rustsbi-k210/build.rs
+19
-0
bootloader/SBI/rustsbi-k210/build.rs
bootloader/SBI/rustsbi-k210/justfile
+17
-0
bootloader/SBI/rustsbi-k210/justfile
bootloader/SBI/rustsbi-k210/kendryte-k210.dtsi
+135
-0
bootloader/SBI/rustsbi-k210/kendryte-k210.dtsi
bootloader/SBI/rustsbi-k210/link-k210.ld
+88
-0
bootloader/SBI/rustsbi-k210/link-k210.ld
bootloader/SBI/rustsbi-k210/rust-toolchain
+1
-0
bootloader/SBI/rustsbi-k210/rust-toolchain
bootloader/SBI/rustsbi-k210/src/console.rs
+1
-0
bootloader/SBI/rustsbi-k210/src/console.rs
bootloader/SBI/rustsbi-k210/src/main.back.rs
+556
-0
bootloader/SBI/rustsbi-k210/src/main.back.rs
bootloader/SBI/rustsbi-k210/src/main.rs
+582
-0
bootloader/SBI/rustsbi-k210/src/main.rs
bootloader/SBI/rustsbi-k210/src/serial.rs
+106
-0
bootloader/SBI/rustsbi-k210/src/serial.rs
bootloader/SBI/rustsbi-qemu/.cargo/config.toml
+7
-0
bootloader/SBI/rustsbi-qemu/.cargo/config.toml
bootloader/SBI/rustsbi-qemu/Cargo.toml
+18
-0
bootloader/SBI/rustsbi-qemu/Cargo.toml
with
2233 additions
and
0 deletions
+2233
-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