From 5178f0dbfa7b57508c60f16ce941f4d04993361d Mon Sep 17 00:00:00 2001 From: Vaibhav Tulsyan Date: Mon, 4 May 2015 20:53:20 +0530 Subject: [PATCH 1/2] Fixed minor grammar --- 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 c179865..3cd7a9c 100644 --- a/Booting/linux-bootstrap-1.md +++ b/Booting/linux-bootstrap-1.md @@ -250,7 +250,7 @@ Ok, bootloader loaded linux kernel into memory, filled header fields and jumped Start of kernel setup -------------------------------------------------------------------------------- -Finally we are in the kernel. Technically kernel didn't run yet, first of all we need to setup kernel, memory manager, process manager and etc... Kernel setup execution starts from [arch/x86/boot/header.S](https://github.com/torvalds/linux/blob/master/arch/x86/boot/header.S) at the [_start](https://github.com/torvalds/linux/blob/master/arch/x86/boot/header.S#L293). It is little strange at the first look, there are many instructions before it. Actually.... +Finally we are in the kernel. Technically kernel didn't run yet, first of all we need to setup kernel, memory manager, process manager, etc. Kernel setup execution starts from [arch/x86/boot/header.S](https://github.com/torvalds/linux/blob/master/arch/x86/boot/header.S) at the [_start](https://github.com/torvalds/linux/blob/master/arch/x86/boot/header.S#L293). It is little strange at the first look, there are many instructions before it. Actually.... Long time ago linux had its own bootloader, but now if you run for example: From 0b3eedae2f1ce07b18af70d8457d637d74a68a87 Mon Sep 17 00:00:00 2001 From: Vaibhav Tulsyan Date: Mon, 4 May 2015 20:55:00 +0530 Subject: [PATCH 2/2] Added name to contributors list --- contributors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.md b/contributors.md index fe52bba..cc26387 100644 --- a/contributors.md +++ b/contributors.md @@ -52,3 +52,4 @@ Thank you to all contributors: * [Dzmitry Plashchynski](https://github.com/plashchynski) * [Simarpreet Singh](https://github.com/simar7) * [umatomba](https://github.com/umatomba) +* [Vaibhav Tulsyan](https://github.com/xennygrimmato) \ No newline at end of file