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/d52256baa957c99b91f00424b7e05b4ab70ea23c/easy-fs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

22 Commits (d52256baa957c99b91f00424b7e05b4ab70ea23c)

Author SHA1 Message Date
Yifan Wu ca1d7a07b8 Bump Rust to nightly-2022-04-11 && support debugging in release mode 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 1c55663478 Small Fix && cargo fmt 3 years ago
Yifan Wu 740730e7f7 Merge recent update from ch7 && cargo clippy 3 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 01098eb113 Fixed a bug that the efs lock was not be held correctly 4 years ago
Yifan Wu 230e4442d0 Remove unused code. 4 years ago
Yifan Wu a589179adc Remove DirentBytes 4 years ago
Yifan Wu 3e47a0dbee Remove unused code. 4 years ago
Yifan Wu a7346c96b4 DiskInode sz->128bytes && user heap -> 32KiB 4 years ago
Yifan Wu 01280fc833 Support indirect2 in easy-fs::layout::DiskInode 4 years ago
Yifan Wu 920d077a66 Refactor easy-fs. 4 years ago
Yifan Wu 606abbe6a1 Simple filetest passed on qemu/k210. 4 years ago
Yifan Wu ae9eecf97b Load app from sdcard on K210, but panicked on qemu. 4 years ago
Yifan Wu ea515323d3 Import easy-fs in os && change easy-fs to no_std mode. 4 years ago
Yifan Wu ecccea65a0 Change single file limit from 70KiB to 94KiB & pack apps and list them. 4 years ago
Yifan Wu d13380603b Large/small file I/O test passed. 4 years ago
Yifan Wu dbaa7c8c6c Write Hello, world! to a file and read it! 4 years ago
Yifan Wu 5ea07840ce Eliminate unuseful block reads/writes. 4 years ago
Yifan Wu c351635e2f Create two files and list them. 4 years ago
Yifan Wu 459efec595 We need BlockCache. 4 years ago
Yifan Wu af02e68d19 create & open efs. 4 years ago