rcore-os / rCore-Tutorial-v3

Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.58k stars 452 forks source link

rename link file's name to pass compile #126

Open yawqi opened 1 year ago

yawqi commented 1 year ago

The actual linker script filename is not correspond to the one in the cargo's config file.