From fa1b9091d2cc039fd9143b1d83f57726ae866c0d Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sun, 4 Jan 2015 22:45:32 +0000 Subject: [PATCH] Update linux-bootstrap-1.md Fixed a simple typo, twice. ("invlalid" -> "invalid") --- linux-bootstrap-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-bootstrap-1.md b/linux-bootstrap-1.md index 624912e..77508b1 100644 --- a/linux-bootstrap-1.md +++ b/linux-bootstrap-1.md @@ -373,8 +373,8 @@ Actually, almost all of the setup code is preparation for C language environment Generally, it can be 3 different cases: * `ss` has valid value 0x10000 (as all other segment registers beside `cs`) -* `ss` is invlalid and `CAN_USE_HEAP` flag is set (see below) -* `ss` is invlalid and `CAN_USE_HEAP` flag is not set (see below) +* `ss` is invalid and `CAN_USE_HEAP` flag is set (see below) +* `ss` is invalid and `CAN_USE_HEAP` flag is not set (see below) Let's look at all of these cases: