How-to-Make-a-Computer-Operating-System
How-to-Make-a-Computer-Operating-System copied to clipboard
Chapter 3 - bootdisk/* no such file or directory
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.