Skip to content

Commit 6630b86

Browse files
committed
Merge pull request SamyPesse#7 from kavefish/master
Fixes for a couple spelling mistakes in the READMEs
2 parents 4faaba9 + ba21f4c commit 6630b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chapter-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once Vagrant and Virtualbox are installed, you need to download the ubuntu lucid
2525
vagrant box add base http://files.vagrantup.com/lucid32.box
2626
```
2727

28-
Once the lucid32 image is redy, we need to define our development environment using a *Vagrantfile*, [create a file named *Vagrantfile*](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/Vagrantfile). This file defined that our environment need: nasm, make, build-essential, grub and qemu.
28+
Once the lucid32 image is ready, we need to define our development environment using a *Vagrantfile*, [create a file named *Vagrantfile*](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/Vagrantfile). This file defined that our environment need: nasm, make, build-essential, grub and qemu.
2929

3030
Start your box using:
3131

Chapter-5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Chapter 5: Base classes for managing x86 architecture
22

3-
Now that we now how to compile our C++ kernel and boot the binary using GRUB, we can start to do some nice stuffs in C/C++.
3+
Now that we know how to compile our C++ kernel and boot the binary using GRUB, we can start to do some nice stuffs in C/C++.
44

55
#### Printing to the screen console
66

0 commit comments

Comments
 (0)