From 60fbd201229369a2b4b77a9337235664820c6eb6 Mon Sep 17 00:00:00 2001 From: kuritonasu Date: Tue, 23 Jan 2018 10:21:18 +0200 Subject: [PATCH 1/2] Modified a couple of points that sound more correct --- Booting/linux-bootstrap-1.md | 2 +- contributors.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Booting/linux-bootstrap-1.md b/Booting/linux-bootstrap-1.md index d38db06..a5a0be6 100644 --- a/Booting/linux-bootstrap-1.md +++ b/Booting/linux-bootstrap-1.md @@ -21,7 +21,7 @@ All posts will also be accessible at [github repo](https://github.com/0xAX/linux Anyway, if you are just starting to learn such tools, I will try to explain some parts during this and the following posts. Alright, this is the end of the simple introduction, and now we can start to dive into the Linux kernel and low-level stuff. -I've started to write this book at the time of the `3.18` Linux kernel, and many things might change from that time. If there are changes, I will update the posts accordingly. +I've started writing this book at the time of the `3.18` Linux kernel, and many things might have changed from that time. If there are changes, I will update the posts accordingly. The Magical Power Button, What happens next? -------------------------------------------------------------------------------- diff --git a/contributors.md b/contributors.md index dde8523..0bab64f 100644 --- a/contributors.md +++ b/contributors.md @@ -114,4 +114,5 @@ Thank you to all contributors: * [Firo Yang](https://github.com/firogh) * [Edward Hu](https://github.com/BDHU) * [WarpspeedSCP](https://github.com/WarpspeedSCP) -* [Gabriela Moldovan](https://github.com/gabi-250) \ No newline at end of file +* [Gabriela Moldovan](https://github.com/gabi-250) +* [kuritonasu](https://github.com/kuritonasu/) From 3513614cb897d3f6bdc4b9d805d7b6e37ca3fabc Mon Sep 17 00:00:00 2001 From: kuritonasu Date: Tue, 23 Jan 2018 10:30:42 +0200 Subject: [PATCH 2/2] Replaced from with since --- 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 a5a0be6..66e0508 100644 --- a/Booting/linux-bootstrap-1.md +++ b/Booting/linux-bootstrap-1.md @@ -21,7 +21,7 @@ All posts will also be accessible at [github repo](https://github.com/0xAX/linux Anyway, if you are just starting to learn such tools, I will try to explain some parts during this and the following posts. Alright, this is the end of the simple introduction, and now we can start to dive into the Linux kernel and low-level stuff. -I've started writing this book at the time of the `3.18` Linux kernel, and many things might have changed from that time. If there are changes, I will update the posts accordingly. +I've started writing this book at the time of the `3.18` Linux kernel, and many things might have changed since that time. If there are changes, I will update the posts accordingly. The Magical Power Button, What happens next? --------------------------------------------------------------------------------