davidcallanan / os-series

818 stars 119 forks source link

Question #13

Closed fel1x0u closed 3 years ago

fel1x0u commented 3 years ago

Has anyone tested on a VM? Maybe that would be better instead of testing on read hardware. Also, how to you build the ISO?

fel1x0u commented 3 years ago

well got the iso part done

fortmea commented 3 years ago

Install QEMU, then use this command to run the ISO: qemu-system-x86_64.exe -cdrom iso_name.iso -L "qemu path(probably C:\Program Files\qemu)"

ghost commented 3 years ago

I use virtual box and it works nice, qemu didn't work for me

fel1x0u commented 3 years ago

Thanks!