From cef68c175785e63f209606ea83bbee0088d129b1 Mon Sep 17 00:00:00 2001 From: eclissi91 Date: Wed, 3 Oct 2018 10:56:31 +0200 Subject: [PATCH] fixing typo in doc ref. #620 --- 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 318f799..7b8f7a7 100644 --- a/Booting/linux-bootstrap-3.md +++ b/Booting/linux-bootstrap-3.md @@ -546,7 +546,7 @@ where: * `0x66` is the operand-size prefix which allows us to mix 16-bit and 32-bit code * `0xea` - is the jump opcode -* `in_pm32` is the segment offset or `(cs << 4) + in_pm` +* `in_pm32` is the segment offset under protect mode, which has value `(cs << 4) + in_pm32` derived from real mode * `__BOOT_CS` is the code segment we want to jump to. After this we are finally in protected mode: