Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/rcore_test/rCore-Tutorial-v3-tests/commits/commit/e6b62519797e0286216a50c109075574fb04ff4c You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

206 Commits (e6b62519797e0286216a50c109075574fb04ff4c)
 

Author SHA1 Message Date
Yifan Wu e6b6251979 Update README.md 3 years ago
Yifan Wu be2ed8fa37 Update README.md 3 years ago
Yifan Wu 48bdefe6b8 Update README.md 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 c358424fae Update README.md 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 f6b210adbe
Update README.md 3 years ago
Yifan Wu 760615095e
Update README.md 3 years ago
Yu Chen a3f9b5fea9 update .gitignore 3 years ago
Yu Chen 11a389592a update README.md, dev-env-info.md 3 years ago
Yu Chen 7caf43bbbf add setenv.sh 3 years ago
Yu Chen bb5dca2158 update README.md, dev-env-info.md 3 years ago
Yu Chen 3d2909e990 Merge branch 'ch8' into main 3 years ago
Yifan Wu 2041a7c0d4 Now construction of PA/VA only uses 56/39 bits. 3 years ago
Yifan Wu cd6754a7df rust->nightly-2021-10-15,cargo-binutils->0.3.3 3 years ago
Yifan Wu 5753a09366 Implement mpsc using semaphores. 3 years ago
Yifan Wu aedd7f5612 Add a solution of Philosopher dining problem using Mutex with an illustration. 3 years ago
Yifan Wu b851f8d743 Create threads with a argument. See bin/threads_arg.rs 3 years ago
Yifan Wu 8adfc90db9 Implement sleep using blocking & BinaryHeap. 3 years ago
Yifan Wu 7225254d8a Add MutexBlocking. 3 years ago
Yifan Wu b0fad5aca3 Add MutexSpin and several syscalls. 3 years ago
Yifan Wu 43c6b7cf01 Add race_adder_{atomic,loop}. 3 years ago
Yifan Wu 136e26ae6c User base from 0x0->0x10000; user image size limit from 128MB->16MB; trigger race condition on k210 3 years ago
Yifan Wu 24b3c82b8a Stage2: multiple user threads based on uniprocessor, see new added test race_adder and threads. 4 years ago
Yifan Wu 1493ec9459 Stage1 clear! All applications work but now they are based on threads. 4 years ago
Yifan Wu c599a31dd0 Debugging sys_exec :( 4 years ago
Yifan Wu 6693de9611 Update rustc to newest 4 years ago
Yifan Wu 26bbec6320 Working on ch8 4 years ago
Yifan Wu 91a758d657 Rustc->nightly2021-01-30 4 years ago
Yifan Wu 03ea339e58
Update README.md 4 years ago
Yifan Wu 638eb8666a Update rustc && rustsbi-k210 4 years ago
Yifan Wu bf69560f9b Update rustsbi; huge_write writes 1MiB 4 years ago
Chen 940073e9f3
Merge pull request from felixonmars/patch-1 4 years ago
Felix Yan 03151ac124
Correct typos in drivers/block/sdcard.rs 4 years ago
Yu Chen 46900cc9af update to rustc 1.56.0-nightly (08095fc1f 2021-07-26) 4 years ago
Yu Chen e68f261ed6 update to rustc 1.56.0-nightly (08095fc1f 2021-07-26) 4 years ago
Yifan Wu cf9218113f Update 2021-07-21 4 years ago
Yifan Wu 315e61da1a Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 4 years ago
Yifan Wu 1590923666 Update README.md 4 years ago
Yifan Wu aaed6006aa Update progress 2021-07-19 4 years ago
Yifan Wu 95431917ed Update README.md 4 years ago
Yifan Wu b5f7fb6c45 Update README.md 4 years ago
Yifan Wu f04110e6e3 Update README.md 4 years ago
Yifan Wu a7b981b14d
Update README.md 4 years ago
Yifan Wu 3a6e4e38f2
Update README.md 4 years ago
Yifan Wu 81559f70b9 Merge branch 'dev' into main 4 years ago
Yifan Wu 0a8bd2c3fd Fixed a bug that the efs lock was not be held correctly 4 years ago