From 9fc7c1fbf1c17aee86425b443a74897698f56b21 Mon Sep 17 00:00:00 2001 From: yuanli-cn Date: Thu, 29 Nov 2018 15:31:41 +0800 Subject: [PATCH] Fix the typo '0xffff' --> '0xfffff' --- Booting/linux-bootstrap-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-3.md b/Booting/linux-bootstrap-3.md index 7b8f7a7..689890d 100644 --- a/Booting/linux-bootstrap-3.md +++ b/Booting/linux-bootstrap-3.md @@ -454,7 +454,7 @@ The `GDT_ENTRY_BOOT_CS` has index - 2 here, `GDT_ENTRY_BOOT_DS` is `GDT_ENTRY_BO * limit - 0xfffff * flags - 0xc09b -What does this mean? The segment's base address is 0, and the limit (size of segment) is - `0xffff` (1 MB). Let's look at the flags. It is `0xc09b` and it will be: +What does this mean? The segment's base address is 0, and the limit (size of segment) is - `0xfffff` (1 MB). Let's look at the flags. It is `0xc09b` and it will be: ``` 1100 0000 1001 1011