davidcallanan / os-series

803 stars 118 forks source link

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

Open Shreyank6189 opened 7 months ago

Shreyank6189 commented 7 months ago
docer
Vardan2009 commented 6 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 2 months ago

same