davidcallanan / os-series

803 stars 118 forks source link

How to boot on real hardware (Windows 10 example) #48

Open rualark opened 2 years ago

rualark commented 2 years ago

This is not an issue, but example how to boot this image on real hardware.

First open real Command Prompt (do not use Far or anything else). Then go to your local folder, where os-series is:

cd x:\app\os-series
x:
docker run --rm -it -v "%cd%":/root/env myos-buildenv
make build-x86_64

Now dist/x86_64/ will contain kernel.iso file

Insert USB flash drive Download Rufus

image image