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
educg-net-28668-2608132
OSKernel2024-CommanderOS-3249
Commits
e573e9c1
Commit
e573e9c1
authored
6 months ago
by
kernel_commanders
Browse files
Options
Download
Patches
Plain Diff
克隆xv6_k210并测试
parents
Changes
160
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+17
-0
.gitignore
LICENSE
+22
-0
LICENSE
Makefile
+251
-0
Makefile
README
+45
-0
README
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
+2
-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
+19
-0
bootloader/SBI/rustsbi-qemu/Cargo.toml
bootloader/SBI/rustsbi-qemu/README.md
+4
-0
bootloader/SBI/rustsbi-qemu/README.md
bootloader/SBI/rustsbi-qemu/build.rs
+18
-0
bootloader/SBI/rustsbi-qemu/build.rs
with
1918 additions
and
0 deletions
+1918
-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