Commit Graph

171 Commits

Author SHA1 Message Date
Yifan Wu
ef71ced2c7 Update stack_overflow 2022-11-29 11:14:30 +08:00
Yifan Wu
d2a6cd23e0 in entry.asm: boot_stack->boot_stack_lower_bound 2022-11-29 10:24:48 +08:00
YdrMaster
c44aed5be1 build: update toolchain
Signed-off-by: YdrMaster <ydrml@hotmail.com>
2022-10-20 11:48:29 +08:00
Yifan Wu
16bcaee2a4 Bump rustsbi-qemu to 701e891 2022-10-09 05:41:05 +08:00
Yifan Wu
19cbb2e937 Update Docker 2022-10-01 22:19:36 +08:00
Yifan Wu
c581aac08b Lock virtio-drivers version at 4ee80e5 2022-09-05 02:33:12 -07:00
Yifan Wu
be4de8bf1d Merged PR #87 2022-09-02 02:20:27 -07:00
Yu Chen
31aa8b57f2 udpate rust-toolchain: nightly-2022-07-20, cargo-utils 0.36 2022-07-25 11:48:26 +08:00
Yu Chen
33a283e67b update Dockerfile: ubuntu 18.04-->20.04, QEMU-5.0-->7.0 2022-07-18 11:24:49 +08:00
Yu Chen
36f8b8fda8 support rust-analyzer for board_qemu features 2022-07-14 09:51:00 +08:00
Yu Chen
761f307810 update .gitignore 2022-07-14 09:39:56 +08:00
Yu Chen
ba804fc841 using rustc edtion 2021 2022-06-24 02:29:03 +08:00
Yu Chen
6b51c34c43 add CI autotest, update README 2022-06-24 02:25:30 +08:00
Yu Chen
03a7e2f0b9 sbi spec uses a6, a7 as sbicall id, so we need to set a6 to 0 2022-06-21 23:50:08 +08:00
Yu Chen
6bd387a95f update rustsbi commit-id 74c103bc0f0c1931074c6edcd65a83fdff3cec33 in git@github.com:YdrMaster/rustsbi-qemu.git 2022-06-21 23:50:03 +08:00
Yifan Wu
ccb43b8b5d Fix #79. 2022-05-27 23:38:54 -07:00
Yifan Wu
82c2eca278 Issue #60: added some comments about mutex/semaphore. 2022-05-21 16:03:42 -07:00
Yifan Wu
fcfd5b6db7 Add early_exit2 & Fix issue #60. 2022-05-21 15:58:25 -07:00
Yu Chen
5729debb09 add cargo fmt in Makefile, and exec make fmt 2022-05-20 08:49:16 +08:00
Yifan Wu
fdeaca9bb0 Fix #69. 2022-05-13 01:02:12 -07:00
Yifan Wu
e8871ec957
Merge pull request #71 from Gallium70/ch8 2022-05-12 22:56:23 -07:00
youyuyang
2e6da60a27 FIX: Avoid double-borrow when thread early exits 2022-05-13 10:40:37 +08:00
Yu Chen
15dec102fa add comments in user/src/bin/stackless_coroutine.rs 2022-04-30 08:30:16 +08:00
Yu Chen
3cb46a7333 add user/src/bin/stackless_coutine.rs 2022-04-30 08:21:51 +08:00
Yu Chen
253f5a4982 add comments about inline asm in usr/src/bin/stackful_coroutine.rs 2022-04-29 12:02:06 +08:00
Yu Chen
f0a11d1444 fix typo 2022-04-29 11:48:44 +08:00
Yu Chen
e8cabee7d7 add more comments 2022-04-29 11:35:03 +08:00
Yu Chen
119eb9d634 rename green_threads to stackful_coroutine, add #[inline(never)] in t_yield fun, then run correctly 2022-04-29 11:10:29 +08:00
Yu Chen
81d3ffce64 update usr_app: green_threads, but still wrong. rustc add two more instrs in switch function asm codes 2022-04-24 14:10:21 +08:00
Yu Chen
02a3880e34 Merge branch 'ch8' of github.com:rcore-os/rCore-Tutorial-v3 into ch8 2022-04-24 13:00:00 +08:00
Yu Chen
7f5fa3355f add usr app: green_threads 2022-04-24 12:59:14 +08:00
Yifan Wu
cc1e55c958 Bump Rust to nightly-2022-04-11 && support debugging in release mode 2022-04-16 15:56:41 -07:00
Yifan Wu
f69f17b40e Merge branch 'ch8' of https://github.com/rcore-os/rCore-Tutorial-v3 into ch8 2022-04-16 15:53:48 -07:00
Yifan Wu
c40fb55764 Add test early_exit 2022-04-01 02:22:59 -07:00
Yu Chen
9ad3bb4312 update README 2022-03-20 23:52:09 +08:00
Yu Chen
dc6cd26f58 add CI for build-doc 2022-03-20 21:39:37 +08:00
Yifan Wu
61152471b7 Add boards/ && clippy 2022-01-24 23:23:03 -08:00
Yifan Wu
6f09af2c0f Support signal mechanism for ch8(only works on signal-thread apps) 2022-01-23 13:14:56 -08:00
Yifan Wu
29d6d26644 Fix cat && add count_lines 2022-01-22 12:54:00 -08:00
Yifan Wu
1c55663478 Small Fix && cargo fmt 2022-01-22 12:40:54 -08:00
Yifan Wu
740730e7f7 Merge recent update from ch7 && cargo clippy 2022-01-22 12:32:36 -08:00
Yifan Wu
514c110a28 Bump Rust to nightly-2022-01-19 2022-01-20 16:20:03 -08:00
Yifan Wu
40f37501af Maximum concurrent processes from 40/35->30. 2022-01-19 16:40:21 -08:00
Yifan Wu
24e530935f Update .gitignore 2022-01-19 05:08:21 -08:00
Yifan Wu
2ac621972c Merge recent updates from ch7. 2022-01-18 04:40:07 -08:00
Yifan Wu
72d6b38fca Now PageTable::unmap calls PageTable::find_pte instead of PageTable::find_pte_create. 2022-01-13 17:24:19 -08:00
Yifan Wu
cf6d905ac4 Kernel cannot dump now. 2022-01-03 19:40:30 -08:00
Yifan Wu
abd9d361e4 Bump to rust nightly-2022-01-01, feature global_asm,asm->stable 2022-01-01 03:07:09 -08:00
Yifan Wu
06243fac76 Bump to Rust nightly 2021-12-15 2021-12-22 03:53:24 -08:00
Yu Chen
713e78ea91 add condvar in kernel and app 2021-12-13 15:30:27 +08:00