1
0
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:
johnny 2019-02-28 21:41:55 +08:00 committed by GitHub
parent 87627bc608
commit db53aa2fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
|--------------------|
```