1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-21 13:11:51 +00:00
Conflicts:
	linux-bootstrap-2.md
This commit is contained in:
Daniel Alejandro Campoverde Carrión [alx741] 2015-01-20 12:09:38 -05:00
commit ae43272bc0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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