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.34k stars 3.42k forks source link

vagrant up Command error #167

Closed DolphinFlopFish closed 3 years ago

DolphinFlopFish commented 3 years ago

Hello, when I run vagrant up I get this error: Vagrant failed to initialize at a very early stage:

There is a syntax error in the following Vagrantfile. The syntax error message is reproduced below for convenience:

F:/MyOS/Vagrantfile:21: syntax error, unexpected tIDENTIFIER, expecting end

accessing "localhost:8080" will access port 80 on...

Please help, thanks DolphinFlopFish

DolphinFlopFish commented 3 years ago

I fixed it