mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-21 13:11:51 +00:00
Merge branch 'master' of https://github.com/0xAX/linux-insides
Conflicts: linux-bootstrap-2.md
This commit is contained in:
commit
ae43272bc0
@ -9,7 +9,7 @@ Series of posts about linux kernel.
|
||||
|
||||
**Contributions**: Feel free to create issues or create pull-requests if you find issues or my English is poor.
|
||||
|
||||
**Please read [CONTRIBUTING.md](https://github.com/0xAX/linux-insides/blob/master/CONTRIBUTING.md) before you pushed your chanages.**
|
||||
**Please read [CONTRIBUTING.md](https://github.com/0xAX/linux-insides/blob/master/CONTRIBUTING.md) before you pushed your changes.**
|
||||
|
||||
Author
|
||||
---------------
|
||||
|
@ -96,7 +96,7 @@ As we can see first bit is 0 for data segment and 1 for code segment. Next three
|
||||
|
||||
4. DPL (descriptor privilege level) defines the privilege level of the segment. I can be 0-3 where 0 is the most privileged.
|
||||
|
||||
5. P flag - indicates is segment presented in memory or not.
|
||||
5. P flag - indicates if segment is presented in memory or not.
|
||||
|
||||
6. AVL flag - Available and reserved bits.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user