소스 검색

Update linux-initialization-2.md

the stack top before early_idt_handler_common execute is vector number
johnny 6 년 전
부모
커밋
db53aa2fcc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Initialization/linux-initialization-2.md

+ 2 - 1
Initialization/linux-initialization-2.md

@@ -299,7 +299,8 @@ As we may know, CPU pushes flag register, `CS` and `RIP` on the stack before cal
 | %rflags            |
 | %cs                |
 | %rip               |
-| error code         | <-- %rsp
+| error code         |
+| vector number      |<-- %rsp
 |--------------------|
 ```