mirror of
https://github.com/0xAX/linux-insides
synced 2024-11-11 13:10:37 +00:00
commit
0956160db0
@ -454,7 +454,7 @@ The `GDT_ENTRY_BOOT_CS` has index - 2 here, `GDT_ENTRY_BOOT_DS` is `GDT_ENTRY_BO
|
|||||||
* limit - 0xfffff
|
* limit - 0xfffff
|
||||||
* flags - 0xc09b
|
* flags - 0xc09b
|
||||||
|
|
||||||
What does this mean? The segment's base address is 0, and the limit (size of segment) is - `0xffff` (1 MB). Let's look at the flags. It is `0xc09b` and it will be:
|
What does this mean? The segment's base address is 0, and the limit (size of segment) is - `0xfffff` (1 MB). Let's look at the flags. It is `0xc09b` and it will be:
|
||||||
|
|
||||||
```
|
```
|
||||||
1100 0000 1001 1011
|
1100 0000 1001 1011
|
||||||
|
Loading…
Reference in New Issue
Block a user