Commit graph

17 commits

Author SHA1 Message Date
Yifan Wu
5b846fce6a Bump Rust version to nightly-2025-02-18(2024 Edition) 2025-02-26 22:49:56 +08:00
Yifan Wu
b96db03e48 cargo clippy & fmt 2022-01-21 14:56:19 -08:00
Yifan Wu
e9597d901b Remove cmdargs and i/o redirection. 2022-01-18 04:19:05 -08:00
Yifan Wu
5389b7adca Remove pipe && Fix cat and huge_write. 2022-01-18 03:33:58 -08:00
Yifan Wu
57f7debbc6 Substituted to the original ch7 code. 2022-01-18 02:48:50 -08:00
Yifan Wu
48109c34d0 Bump to rust nightly-2022-01-01, feature global_asm,asm->stable 2022-01-01 02:24:51 -08:00
Yifan Wu
3c9b6d7d14 spin::Mutex->UPSafeCell 2021-07-20 22:10:22 +08:00
Yifan Wu
8e178c0080 Pipe OK. 2020-12-14 16:18:33 +08:00
Yifan Wu
244c0ee84d Handle backspace for k210/qemu platform && Add lots of user tests. 2020-12-11 01:44:07 +08:00
Yifan Wu
7a1bc49eb3 Update rustsbi-k210 to enable lagacy console_putchar. Adjust alignment of links apps. Run matrix on K210! 2020-12-10 17:20:13 +08:00
Yifan Wu
3642f9c56d Implement many process syscalls. 2020-12-10 11:57:26 +08:00
Yifan Wu
81bef97f09 Add user program initproc/user_shell, allow user programs allocate data on heap. 2020-12-09 09:56:06 +08:00
Yifan Wu
4b01ff7cc4 Build application at 0x0 in release mode. 2020-12-02 09:40:00 +08:00
Yifan Wu
e552f3cfca Add sys_yield tests and compile them to different location. 2020-11-28 16:22:29 +08:00
Yifan Wu
f53f5e4b98 Chapter2: Clear .bss inside application. 2020-11-22 13:05:16 +08:00
Yifan Wu
e9949e5bd4 Try batch but kernel panicked. 2020-11-19 18:01:16 +08:00
Yifan Wu
db0c174f52 Add first user program hello_world.rs 2020-11-18 14:48:13 +08:00