Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
"A couple" technically means exactly 2. It can be used to describe an unknown quantity of "approximately 2", but certainly never 6.
  • Loading branch information
ferdnyc committed Jan 7, 2018
1 parent a04cc2b commit 527b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Booting/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kernel Boot Process

This chapter describes the linux kernel boot process. Here you will see a
couple of posts which describes the full cycle of the kernel loading process:
series of posts which describes the full cycle of the kernel loading process:

* [From the bootloader to kernel](linux-bootstrap-1.md) - describes all stages from turning on the computer to running the first instruction of the kernel.
* [First steps in the kernel setup code](linux-bootstrap-2.md) - describes first steps in the kernel setup code. You will see heap initialization, query of different parameters like EDD, IST and etc...
Expand Down

0 comments on commit 527b2b8

Please sign in to comment.