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.2k stars 3.4k forks source link

Chapter 3 - bootdisk/* no such file or directory #68

Open SamTebbs33 opened 9 years ago

SamTebbs33 commented 9 years ago

I've got to chapter 3 and am trying to run the cp -R bootdisk/* /mnt/ command from inside /vagrant (I have also tried running it from the root directory) but it keeps telling me that the directory doesn't exist.

zyfjeff commented 9 years ago

you need copy repository src/sdk/bootdisk into you directory.Because the bootdisk in the book not mention

anonymousch commented 9 years ago

You need copy the src into your vagrant's directory , the /vagrant is a share directory on your computer, so you can copy it easy.Only need move src to your vagrant's directory.