Explorar o código

Update linux-initialization-2.md

the stack top before early_idt_handler_common execute is vector number
johnny %!s(int64=6) %!d(string=hai) anos
pai
achega
db53aa2fcc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
 |--------------------|
 ```