WIP: Translate Bootstrap/linux-bootstrap-2#4
Open
mauri870 wants to merge 1 commit intotranslation-ptbrfrom
Open
WIP: Translate Bootstrap/linux-bootstrap-2#4mauri870 wants to merge 1 commit intotranslation-ptbrfrom
mauri870 wants to merge 1 commit intotranslation-ptbrfrom
Conversation
1eb8fd0 to
3d477f8
Compare
mauri870
commented
Jan 7, 2018
| Vamos ver primeiro sobre segmentação, paginação será abordada na seção seguinte. | ||
|
|
||
| As you can read in the previous part, addresses consist of two parts in real mode: | ||
| Como você pode ler na parte anterior, endereços são compostos por dois componentes no modo real: |
mauri870
commented
Jan 7, 2018
Booting/linux-bootstrap-2.md
Outdated
| * if G is 0, Limit is interpreted in terms of 1 Byte and the maximum size of the segment can be 1 Megabyte. | ||
| * if G is 1, Limit is interpreted in terms of 4096 Bytes = 4 KBytes = 1 Page and the maximum size of the segment can be 4 Gigabytes. Actually, when G is 1, the value of Limit is shifted to the left by 12 bits. So, 20 bits + 12 bits = 32 bits and 2<sup>32</sup> = 4 Gigabytes. | ||
| Resumidamente: | ||
| * se G for 0, Limit é interpretado como 1 Byte e o tamanho máximo do segmento é 1 Megabyte. |
Owner
Author
There was a problem hiding this comment.
I think interpretado com escala de sounds more correctly.
mauri870
commented
Jan 7, 2018
Booting/linux-bootstrap-2.md
Outdated
| * A flag `S` no bit 44 especifica o tipo de descritor. Se `S` for 0 então esse segmento é um segmento de sistema, caso contrário se `S` for 1 então este é um segmento de código ou dados (segmentos de Stack são segmentos de dados que precisam de acesso leitura/escrita). | ||
|
|
||
| To determine if the segment is a code or data segment we can check its Ex(bit 43) Attribute marked as 0 in the above diagram. If it is 0, then the segment is a Data segment otherwise it is a code segment. | ||
| Para determinar se o segmento é de código ou dados nós podemos checar o atributo (bit 43) marcado como 0 o diagrama acima. Se ele for igual a 0, então o segmento é de dados caso contrário ele é um segmento de código. |
3d477f8 to
8fa9706
Compare
8fa9706 to
cf5c21c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.