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/9d7882a73df0dc97f1591b90ca67ce4a959f852a/os/.cargo/config
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
[build]
|
|
target = "riscv64gc-unknown-none-elf"
|
|
|
|
[target.riscv64gc-unknown-none-elf]
|
|
rustflags = [
|
|
"-Clink-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
|
|
]
|