Skip to content

Commit

Permalink
update ch3:sec4
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu committed Jul 19, 2022
1 parent 9553c27 commit 71d602f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/chapter3/4time-sharing-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ RISC-V 的中断可以分成三类:

嵌套 Trap 则是指处理一个 Trap(可能是中断或异常)的过程中又再次发生 Trap ,嵌套中断是嵌套 Trap 的一个特例。在内核开发时我们需要仔细权衡哪些嵌套 Trap 应当被允许存在,哪些嵌套 Trap 又应该被禁止,这会关系到内核的执行模型。

.. note::
.. chyyuu .. note:: N extension在最新版(20211203)的privileged spec里被移除了
**RISC-V 架构的 U (用户态)特权级中断**
.. **RISC-V 架构的 U (用户态)特权级中断**
目前,RISC-V 用户态中断作为代号 N 的一个指令集拓展而存在。有兴趣的同学可以阅读最新版的 RISC-V 特权级架构规范一探究竟。
.. 目前,RISC-V 用户态中断作为代号 N 的一个指令集拓展而存在。有兴趣的同学可以阅读最新版的 RISC-V 特权级架构规范一探究竟。
时钟中断与计时器
Expand Down

0 comments on commit 71d602f

Please sign in to comment.