From 0ea35206e271b172f78470a6963b2ce9d3be1f71 Mon Sep 17 00:00:00 2001 From: gabesullice Date: Tue, 31 Mar 2015 08:09:02 -0600 Subject: [PATCH] Update Initialization/README.md grammar. Add gabesullice to contributors.md --- Initialization/README.md | 6 +++--- contributors.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Initialization/README.md b/Initialization/README.md index 261d58a..8e0bade 100644 --- a/Initialization/README.md +++ b/Initialization/README.md @@ -1,7 +1,7 @@ # Kernel initialization process -You will see here a couple of posts which describes full cycle of the kernel initialization from the first steps after kernel decompressed to starting of the first process runned by kernel. +You will find here a couple of posts which describe the full cycle of kernel initialization from its first steps after the kernel has decompressed to the start of the first process run by the kernel itself. -* [First steps after kernel decompressed](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-1.md) - describes first steps in the kernel. +* [First steps after kernel decompression](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-1.md) - describes first steps in the kernel. * [Early interupt and exception handling](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-2.md) - describes early interrupts initialization and early page fault handler. -* [Last preparations before kernel entry point](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-3.md) - describes the last preparations before the call of the `start_kernel`. +* [Last preparations before the kernel entry point](https://github.com/0xAX/linux-insides/blob/master/Initialization/linux-initialization-3.md) - describes the last preparations before the call of the `start_kernel`. diff --git a/contributors.md b/contributors.md index 899c1c7..d076948 100644 --- a/contributors.md +++ b/contributors.md @@ -33,4 +33,5 @@ Thank you to all contributors: * [Cam Cope](https://github.com/ccope) * [Miquel Sabaté Solà](https://github.com/mssola) * [Michael Aquilina](https://github.com/MichaelAquilina) +* [Gabriel Sullice](https://github.com/gabesullice)