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

modtify May not run correctly place #69

Closed zyfjeff closed 10 years ago

zyfjeff commented 10 years ago

The emergence of the following result according to the book's step operation make run vagrant@lucid32:/vagrant$ make run Running Dev Operating System. cd ./sdk && sudo ./diskimage.sh sudo: ./diskimage.sh: command not found make: *\ [run] Error 1 so I add bash in the front of ./diskimage.sh Because when creating diskimage may forget to add execute permissions

SamyPesse commented 10 years ago

Thanks :+1: