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
孤独的根号五
OSKernel2024-14203
Commits
fd0520a3
Commit
fd0520a3
authored
10 months ago
by
userName
Browse files
Options
Download
Patches
Plain Diff
new
parent
f99798dc
Changes
763
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
LICENSE
+17
-20
LICENSE
Makefile
+175
-99
Makefile
README
+45
-0
README
README.md
+3
-11
README.md
README_cn.md
+1
-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
bootloader/SBI/rustsbi-qemu/README.md
+4
-0
bootloader/SBI/rustsbi-qemu/README.md
with
1804 additions
and
130 deletions
+1804
-130
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