Skip to content

Instantly share code, notes, and snippets.

@luketn
Created July 20, 2021 08:10
Show Gist options
  • Save luketn/c1d312b502d41317ab9fd3b90845ab11 to your computer and use it in GitHub Desktop.
Save luketn/c1d312b502d41317ab9fd3b90845ab11 to your computer and use it in GitHub Desktop.
Build and Run Micos on Mac M1
docker run --rm -it --platform linux/amd64 -w /bingos --entrypoint make -v /Users/lthompson/IdeaProjects/BingOS:/bingos -v /Users/lthompson/IdeaProjects/micos:/micos jett59/bingos-build "MICOS_PATH=/micos"
cp /Users/lthompson/IdeaProjects/BingOS/grubimage.iso ./micos.iso
qemu-system-x86_64 -cdrom "$(pwd)/micos.iso"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment