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
project2608132-3758
Commits
71a9cdc0
Commit
71a9cdc0
authored
5 months ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
add usr lib
parent
086dcc3c
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
.gitignore
+2
-1
.gitignore
os/src/lang_items.rs
+1
-0
os/src/lang_items.rs
os/src/main.rs
+2
-0
os/src/main.rs
os/src/sbi.rs
+1
-1
os/src/sbi.rs
usr/.cargo/config
+8
-0
usr/.cargo/config
usr/Cargo.lock
+133
-0
usr/Cargo.lock
usr/Cargo.toml
+7
-0
usr/Cargo.toml
usr/Makefile
+18
-0
usr/Makefile
usr/rust-toolchain.toml
+5
-0
usr/rust-toolchain.toml
usr/src/bin/00hello_world.rs
+11
-0
usr/src/bin/00hello_world.rs
usr/src/bin/01store_fault.rs
+15
-0
usr/src/bin/01store_fault.rs
usr/src/bin/02power.rs
+27
-0
usr/src/bin/02power.rs
usr/src/bin/03priv_inst.rs
+17
-0
usr/src/bin/03priv_inst.rs
usr/src/bin/04priv_csr.rs
+17
-0
usr/src/bin/04priv_csr.rs
usr/src/console.rs
+33
-0
usr/src/console.rs
usr/src/lang_items.rs
+19
-0
usr/src/lang_items.rs
usr/src/lib.rs
+44
-0
usr/src/lib.rs
usr/src/linker.ld
+31
-0
usr/src/linker.ld
usr/src/syscall.rs
+27
-0
usr/src/syscall.rs
with
418 additions
and
2 deletions
+418
-2
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