Open
Description
需要保存的寄存器应该是:
x1
- 原来的 sp,即
x2
- x3-x32 的通用寄存器
sstatus
sepc
上述应该是 32 + 2 == 34 个寄存器
在 https://rcore-os.github.io/rCore-Tutorial-deploy/docs/lab-4/guide/part-5.html 这里,目前版本似乎给了36,有什么特殊原因吗?
需要保存的寄存器应该是:
x1
x2
sstatus
sepc
上述应该是 32 + 2 == 34 个寄存器
在 https://rcore-os.github.io/rCore-Tutorial-deploy/docs/lab-4/guide/part-5.html 这里,目前版本似乎给了36,有什么特殊原因吗?