From ed900fcb226745bc8d2d206353b95f279bdab731 Mon Sep 17 00:00:00 2001 From: Akash Shende Date: Mon, 9 Mar 2015 22:25:51 +0530 Subject: [PATCH] oops! --- Initialization/linux-initialization-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Initialization/linux-initialization-1.md b/Initialization/linux-initialization-1.md index b206ade..add1a6c 100644 --- a/Initialization/linux-initialization-1.md +++ b/Initialization/linux-initialization-1.md @@ -17,7 +17,7 @@ So let's start. First steps in the kernel -------------------------------------------------------------------------------- -Okayay, we got address of the kernel from the `decompress_kernel` function into `rax` register and just jumped there. Decompressed kernel code starts in the [arch/x86/kernel/head_64.S](https://github.com/torvalds/linux/blob/master/arch/x86/kernel/head_64.S): +Okay, we got address of the kernel from the `decompress_kernel` function into `rax` register and just jumped there. Decompressed kernel code starts in the [arch/x86/kernel/head_64.S](https://github.com/torvalds/linux/blob/master/arch/x86/kernel/head_64.S): ```assembly __HEAD