Skip to content

Commit 7cd6dd0

Browse files
committed
Merge pull request SamyPesse#36 from neilss/master
Typo: base->lucid32
2 parents 81c6171 + 226cd9c commit 7cd6dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Vagrant needs Virtualbox to work, Download and install for your system at https:
2020
Once Vagrant and Virtualbox are installed, you need to download the ubuntu lucid32 image for Vagrant:
2121

2222
```
23-
vagrant box add base http://files.vagrantup.com/lucid32.box
23+
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
2424
```
2525

2626
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 defines what prerequisites our environment needs: nasm, make, build-essential, grub and qemu.

0 commit comments

Comments
 (0)