Skip to content

Commit a56a6a8

Browse files
committed
Merge pull request SamyPesse#40 from dharmatech/patch-1
Chapter-6/README.md: minor typo
2 parents 487ed1c + 08a20dd commit a56a6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks to GRUB, your kernel is no longer in real-mode, but already in [protected
44

55
#### What is the GDT?
66

7-
The [GDT](http://en.wikipedia.org/wiki/Global_Descriptor_Table) ("Global Descriptor Table") is a data structure used to define the different memory area: the base address, the size and access privileges like execute and write. These memory areas are called "segments".
7+
The [GDT](http://en.wikipedia.org/wiki/Global_Descriptor_Table) ("Global Descriptor Table") is a data structure used to define the different memory areas: the base address, the size and access privileges like execute and write. These memory areas are called "segments".
88

99
We are going to use the GDT to define different memory segments:
1010

0 commit comments

Comments
 (0)