Commit Graph

246 Commits (ca1d7a07b8b033c07974c5116ede19e7e57ed426)
 

Author SHA1 Message Date
Yifan Wu ca1d7a07b8 Bump Rust to nightly-2022-04-11 && support debugging in release mode
3 years ago
Yu Chen 3b7c4b1cdc update README for debug info of OS
3 years ago
Yu Chen 91c29d0b70 update CI for build-doc
3 years ago
Yu Chen a61d34e2b1 update CI for build api doc
3 years ago
Yu Chen 858334bc02 update CI for build api doc
3 years ago
Yu Chen b6978bf6ec update index.html
3 years ago
Yu Chen aec0a6ebe5 Merge branch 'main' of github.com:rcore-os/rCore-Tutorial-v3 into main
3 years ago
Yu Chen 34e1a3def8 fix typo in CI for build api doc
3 years ago
Yu Chen d6a3de2510 update CI for build api doc
3 years ago
Yu Chen 3a44decf58 add index.html
3 years ago
Yu Chen 923638023d add CI for build-doc
3 years ago
Yu Chen c009012d85 Merge branch 'ch9' into main
3 years ago
Yifan Wu 21d57c1396 use exclusive_session to eliminate some explicit drops.
3 years ago
Yifan Wu 334d868a5c We should disable sie before trapping back to user.
3 years ago
Yifan Wu fbe8e39b38 Still a lot of bugs :(
3 years ago
Yifan Wu 53034d7c33 Add ns16550a
3 years ago
Yifan Wu d3bd19867c Use latest virtio-drivers && add huge_write_mt but it cannot work now
3 years ago
Yifan Wu 6ef566faac IRQ-based VirtIOBlk Access. Plz wait for the virtio-drivers crate to be updated.
3 years ago
Yifan Wu f0f7f6fcaa Update rustsbi-qemu
3 years ago
Yifan Wu 89b9d7c161 Merge recent updates from ch8
3 years ago
Yifan Wu e6b6251979 Update README.md
3 years ago
Yifan Wu 61152471b7 Add boards/ && clippy
3 years ago
Yifan Wu be2ed8fa37 Update README.md
3 years ago
Yifan Wu 6f09af2c0f Support signal mechanism for ch8(only works on signal-thread apps)
3 years ago
Yifan Wu 48bdefe6b8 Update README.md
3 years ago
Yifan Wu 29d6d26644 Fix cat && add count_lines
3 years ago
Yifan Wu 1c55663478 Small Fix && cargo fmt
3 years ago
Yifan Wu 740730e7f7 Merge recent update from ch7 && cargo clippy
3 years ago
Yifan Wu f65451bc72 Update README.md
3 years ago
Yifan Wu e8686526bb Ref asm&global_asm from core::arch.
3 years ago
Yifan Wu 514c110a28 Bump Rust to nightly-2022-01-19
3 years ago
Yifan Wu 40f37501af Maximum concurrent processes from 40/35->30.
3 years ago
Yifan Wu 24e530935f Update .gitignore
3 years ago
Yifan Wu c358424fae Update README.md
3 years ago
Yifan Wu 2ac621972c Merge recent updates from ch7.
3 years ago
Yifan Wu aa104ecd54 Update README.md.
3 years ago
Yifan Wu d81560a492 Update README.md.
3 years ago
Yifan Wu cba8d9e6d8 Now PageTable::unmap calls PageTable::find_pte instead of PageTable::find_pte_create.
3 years ago
Yifan Wu 72d6b38fca Now PageTable::unmap calls PageTable::find_pte instead of PageTable::find_pte_create.
3 years ago
Yifan Wu cf6d905ac4 Kernel cannot dump now.
3 years ago
Yifan Wu abd9d361e4 Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
3 years ago
Yifan Wu f6b210adbe
Update README.md
3 years ago
Yifan Wu 760615095e
Update README.md
3 years ago
Yifan Wu 06243fac76 Bump to Rust nightly 2021-12-15
3 years ago
Yu Chen 713e78ea91 add condvar in kernel and app
3 years ago
Yu Chen 1c0bbf4404 add user app: sync_sem.rs
3 years ago
Yu Chen 90796450fe fix typo of sys_semaphore_create
3 years ago
Yifan Wu 4ad64e83f6 MutexBlocking works correctly.
3 years ago
Yu Chen 3dc6d9c97c add user app: race_adder with arg
3 years ago
Yifan Wu b77b108a28 Update os/Makefile, rm ... -f -> rm -f ...
3 years ago