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

some minor modification #119

Closed OccupyMars2025 closed 1 year ago

OccupyMars2025 commented 1 year ago
  1. Rename config to config.toml to enable syntax highlighting in vscode
  2. rename the variable "sstatus" to make the code a little clearer