davidcallanan / os-series

825 stars 121 forks source link

When I am trying to make the file I get this error: #86

Open Shreyank6189 opened 11 months ago

Shreyank6189 commented 11 months ago
docer
Vardan2009 commented 11 months ago

You need to run docker (If you have Docker Desktop), then run the make build-x86_64 from the linux shell This is the command for Windows PowerShell (taken from repo's README.md file): docker run --rm -it -v "${pwd}:/root/env" myos-buildenv

Panprogramista123 commented 6 months ago

same