From c47af96544d7483ff2d883f059c14d2d89473dac Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sat, 23 May 2015 22:49:48 +0600 Subject: [PATCH] Update linux-bootstrap-5.md --- Booting/linux-bootstrap-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Booting/linux-bootstrap-5.md b/Booting/linux-bootstrap-5.md index 5c139cb..0212184 100644 --- a/Booting/linux-bootstrap-5.md +++ b/Booting/linux-bootstrap-5.md @@ -9,7 +9,7 @@ This is the fifth part of the `Kernel booting process` series. We saw transition Preparation before kernel decompression -------------------------------------------------------------------------------- -We stoped right before jump on 64-bit entry point - `startup_64` which located in the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/master/arch/x86/boot/compressed/head_64.S) source code file. As we saw a jump to the `startup_64` in the `startup_32`: +We stoped right before jump on 64-bit entry point - `startup_64` which located in the [arch/x86/boot/compressed/head_64.S](https://github.com/torvalds/linux/blob/master/arch/x86/boot/compressed/head_64.S) source code file. We already saw the jump to the `startup_64` in the `startup_32`: ```assembly pushl $__KERNEL_CS