We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trapframe-rs/src/arch/riscv/trap.rs
Line 44 in 0f27d58
This line just sets Direct-Mode and trap.S does not support Vectored-Mode now. I suggest that this library support Vectored-Mode on RISC-V.
trap.S
这行直接设置为了 Direct-Mode,而且 trap.S 目前也并不支持 Vectored-Mode。我建议本库支持 RISC-V 上的 Vectored-Mode。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
trapframe-rs/src/arch/riscv/trap.rs
Line 44 in 0f27d58
This line just sets Direct-Mode and
trap.S
does not support Vectored-Mode now. I suggest that this library support Vectored-Mode on RISC-V.这行直接设置为了 Direct-Mode,而且
trap.S
目前也并不支持 Vectored-Mode。我建议本库支持 RISC-V 上的 Vectored-Mode。The text was updated successfully, but these errors were encountered: