From 96e6568d41a091e4042db94481d17566bf6e49fc Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Thu, 9 Oct 2014 11:39:10 +0200 Subject: [PATCH] lessons 8, 9, 10, entering 32-bit mode --- 09-32bit-gdt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-32bit-gdt/README.md b/09-32bit-gdt/README.md index c728bf8..799c494 100644 --- a/09-32bit-gdt/README.md +++ b/09-32bit-gdt/README.md @@ -1,6 +1,6 @@ *Concepts you may want to Google beforehand: GDT* -**Goals: program the GDT** +**Goal: program the GDT** Remember segmentation from lesson 6? The offset was left shifted to address an extra level of indirection.