rCore-Tutorial-v3/user/src/bin
2021-08-26 19:04:40 +08:00
..
cat.rs Add tool: cat 2021-02-27 07:15:15 +08:00
cmdline_args.rs Add sys_dup && support input/output redirection in user_shell 2021-02-27 22:27:08 +08:00
exit.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
fantastic_text.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
filetest_simple.rs Simple filetest passed on qemu/k210. 2020-12-20 13:52:38 +08:00
forktest2.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
forktest_simple.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
forktest.rs k210 only can use 6M before configuring sdcard. 2020-12-11 18:04:57 +08:00
forktree.rs Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 2021-07-21 19:10:04 +08:00
hello_world.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
huge_write.rs Update rustsbi; huge_write writes 1MiB 2021-08-26 19:04:40 +08:00
initproc.rs Support cmdline_args when sys_exec. 2021-02-26 12:06:55 +08:00
matrix.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
pipe_large_test.rs Pipe OK. 2020-12-14 16:18:33 +08:00
pipetest.rs Close all pipes in pipetest. 2021-02-21 09:28:27 +08:00
run_pipe_test.rs Support cmdline_args when sys_exec. 2021-02-26 12:06:55 +08:00
sleep_simple.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
sleep.rs Fix other usertests: xstate -> exit_code 2021-02-08 18:09:00 +08:00
stack_overflow.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
user_shell.rs Add sys_dup && support input/output redirection in user_shell 2021-02-27 22:27:08 +08:00
usertests.rs Support cmdline_args when sys_exec. 2021-02-26 12:06:55 +08:00
yield.rs Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00