Add first user program hello_world.rs
This commit is contained in:
parent
c701cd00ce
commit
db0c174f52
79 changed files with 343 additions and 0 deletions
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
This file has an mtime of when this was started.
|
|
@ -0,0 +1 @@
|
|||
8ec22604a7e65d6d
|
|
@ -0,0 +1 @@
|
|||
{"rustc":457852275655460692,"features":"[]","target":3375593478374818422,"profile":4339006351771724982,"path":10872709659218687626,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"riscv64gc-unknown-none-elf/release/.fingerprint/user_lib-0fdba27c1d499ab2/dep-lib-user_lib"}}],"rustflags":["-Clink-args=-Tsrc/linker.ld"],"metadata":4791657899108178287,"config":0}
|
|
@ -0,0 +1 @@
|
|||
81ce7e0677cd11c5
|
|
@ -0,0 +1 @@
|
|||
{"rustc":457852275655460692,"features":"[]","target":10036166384340519867,"profile":4339006351771724982,"path":10402765361534072892,"deps":[[1196176764371957,"user_lib",false,7880708527971811982]],"local":[{"CheckDepInfo":{"dep_info":"riscv64gc-unknown-none-elf/release/.fingerprint/user_lib-65513b09835dd0af/dep-bin-hello_world"}}],"rustflags":["-Clink-args=-Tsrc/linker.ld"],"metadata":4791657899108178287,"config":0}
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
This file has an mtime of when this was started.
|
BIN
user/target/riscv64gc-unknown-none-elf/release/deps/hello_world-65513b09835dd0af
Executable file
BIN
user/target/riscv64gc-unknown-none-elf/release/deps/hello_world-65513b09835dd0af
Executable file
Binary file not shown.
|
@ -0,0 +1,5 @@
|
|||
/home/oslab/workspace/v3/rCore-Tutorial-v3/user/target/riscv64gc-unknown-none-elf/release/deps/hello_world-65513b09835dd0af: src/bin/hello_world.rs
|
||||
|
||||
/home/oslab/workspace/v3/rCore-Tutorial-v3/user/target/riscv64gc-unknown-none-elf/release/deps/hello_world-65513b09835dd0af.d: src/bin/hello_world.rs
|
||||
|
||||
src/bin/hello_world.rs:
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,10 @@
|
|||
/home/oslab/workspace/v3/rCore-Tutorial-v3/user/target/riscv64gc-unknown-none-elf/release/deps/user_lib-0fdba27c1d499ab2.rmeta: src/lib.rs src/console.rs src/syscall.rs src/lang_items.rs
|
||||
|
||||
/home/oslab/workspace/v3/rCore-Tutorial-v3/user/target/riscv64gc-unknown-none-elf/release/deps/libuser_lib-0fdba27c1d499ab2.rlib: src/lib.rs src/console.rs src/syscall.rs src/lang_items.rs
|
||||
|
||||
/home/oslab/workspace/v3/rCore-Tutorial-v3/user/target/riscv64gc-unknown-none-elf/release/deps/user_lib-0fdba27c1d499ab2.d: src/lib.rs src/console.rs src/syscall.rs src/lang_items.rs
|
||||
|
||||
src/lib.rs:
|
||||
src/console.rs:
|
||||
src/syscall.rs:
|
||||
src/lang_items.rs:
|
BIN
user/target/riscv64gc-unknown-none-elf/release/hello_world
Executable file
BIN
user/target/riscv64gc-unknown-none-elf/release/hello_world
Executable file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/oslab/workspace/v3/rCore-Tutorial-v3/user/target/riscv64gc-unknown-none-elf/release/hello_world: /home/oslab/workspace/v3/rCore-Tutorial-v3/user/src/bin/hello_world.rs /home/oslab/workspace/v3/rCore-Tutorial-v3/user/src/console.rs /home/oslab/workspace/v3/rCore-Tutorial-v3/user/src/lang_items.rs /home/oslab/workspace/v3/rCore-Tutorial-v3/user/src/lib.rs /home/oslab/workspace/v3/rCore-Tutorial-v3/user/src/syscall.rs
|
Loading…
Add table
Add a link
Reference in a new issue