SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

Chapter 2, follow steps to install lucid32.box twice? #33

Closed neilss closed 10 years ago

neilss commented 10 years ago

After installed vagrant and virtual box, I followed these two steps:

  1. vagrant box add base http://files.vagrantup.com/lucid32.box
  2. vagrant up

Why it'll download the box two times, does the step 'vagrant box add ...' is necessary?