1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

Merge pull request #654 from changuoqiang/master

Update linux-initialization-2.md
This commit is contained in:
0xAX 2019-03-01 00:06:45 +06:00 committed by GitHub
commit b50008f768
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
|--------------------|
```