mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-03 04:10:56 +00:00
Update linux-initialization-2.md
the stack top before early_idt_handler_common execute is vector number
This commit is contained in:
parent
87627bc608
commit
db53aa2fcc
@ -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
|
||||
|--------------------|
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user