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/src/commit/5afed009c0b7a06cef04094b53207e84078c56c7/os/.cargo/config You should set ROOT_URL correctly, otherwise the web may not work correctly.
rCore-Tutorial-v3-tests/os/.cargo/config

8 lines
162 B

[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
]