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

How to Make a Computer Operating System in C++

Home Page:https://samypesse.gitbook.io/how-to-create-an-operating-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 3 - bootdisk/* no such file or directory

SamTebbs33 opened this issue · comments

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.

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

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.