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

某些章节的`MEMORY_END`不一致 #136

Open wyfcyx opened 7 months ago

wyfcyx commented 7 months ago

可能ch7开始都是有问题的。在使用device tree之前,我们期望其被定义在boards/<platform.rs>中,但现状并非如此。