From 3f2eaef8ad4c632b8234b48f9d0ef484938d8126 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Sun, 11 Oct 2015 12:24:36 +0800 Subject: [PATCH] fix issue #211 --- Booting/linux-bootstrap-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-1.md b/Booting/linux-bootstrap-1.md index fa8b2bb..f8d31a4 100644 --- a/Booting/linux-bootstrap-1.md +++ b/Booting/linux-bootstrap-1.md @@ -83,7 +83,7 @@ reset_vector: ... ``` -Here we can see the jump instruction [opcode](http://ref.x86asm.net/coder32.html#xE9) - 0xe9 to the address `_start - ( . + 2)`, and we can see that the `reset` section is 16 bytes and starts at `0xfffffff0`: +Here we can see the jmp instruction [opcode](http://ref.x86asm.net/coder32.html#xE9) - 0xe9 and its destination address - `_start - ( . + 2)`, and we can see that the `reset` section is 16 bytes and starts at `0xfffffff0`: ``` SECTIONS {