modify the content under kernel/int.md
This commit is contained in:
parent
e857d6076b
commit
fd65218175
|
@ -6,7 +6,7 @@
|
|||
* [异常处理机制](#riscv_exception)
|
||||
* [中断类型](#riscv_int_type)
|
||||
* [中断控制器](#riscv_int_controller)
|
||||
* [中断处理流程](#riscv_int_process)
|
||||
* [中断处理机制](#riscv_int_process)
|
||||
* [中断服务程序](#riscv_int_service)
|
||||
* [中断处理流程](#riscv_int_process2)
|
||||
* [中断函数接口](#riscv_int_api)
|
||||
|
@ -79,7 +79,7 @@ RISC-V中断控制器如下图所示:
|
|||
|
||||
<span id="riscv_int_process"></span>
|
||||
|
||||
### 中断处理流程
|
||||
### 中断处理机制
|
||||
|
||||
<span id="riscv_int_service"></span>
|
||||
|
||||
|
|
Loading…
Reference in New Issue