From f5b6b7a240f006947bda9e4e47b650322531b91c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 13 Nov 2018 10:40:31 +0100 Subject: [PATCH] Typo: becaues -> because --- blog/content/second-edition/posts/07-double-faults/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/posts/07-double-faults/index.md b/blog/content/second-edition/posts/07-double-faults/index.md index cfc04eee..fc451acd 100644 --- a/blog/content/second-edition/posts/07-double-faults/index.md +++ b/blog/content/second-edition/posts/07-double-faults/index.md @@ -325,7 +325,7 @@ Now our GDT is loaded, but we still see the boot loop on stack overflow. ### The final Steps -The problem is that the GDT segments are not yet active becaues the segment and TSS registers still contain the values from the old GDT. We also need to modify the double fault IDT entry so that it uses the new stack. +The problem is that the GDT segments are not yet active because the segment and TSS registers still contain the values from the old GDT. We also need to modify the double fault IDT entry so that it uses the new stack. In summary, we need to do the following: