Skip to content

Commit dd2a8f3

Browse files
authored
minor typo fixes (#143)
1 parent 3937525 commit dd2a8f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

02_Architecture/04_GDT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ These are further distinguished with the `type` field, as outlined below.
150150
| Start (in bits) | Length (in bits) | Description |
151151
|:----------------|:-----------------|-------------------------------------------------------|
152152
| 0 | 16 | Limit bits 15:0 |
153-
| 15 | 16 | Base address bits 15:0 |
153+
| 16 | 16 | Base address bits 15:0 |
154154
| 32 | 8 | Base address bits 23:16 |
155155
| 40 | 4 | Selector type |
156156
| 44 | 1 | Is system-type selector |

99_Appendices/J_Updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ Sixth Book Release
7070

7171
### Revision 6
7272

73-
Release date: Jan 2026
73+
Release date: Feb 2026
7474
Seventh Book Release
7575

7676
* Typo Fixes
7777
* Fix errors in C code examples
7878
* New paragraph in Appendix F about literals and shitfting in C
7979
* Update the kheap chapter, to use the term "coalescing" instead of merging
80-
* New section: Resource Management) (thanks to @Maxtyson123
80+
* New section: Resource Management (thanks to @Maxtyson123)

0 commit comments

Comments
 (0)