vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

How to boot vinix in qemu(windows)? #69

Closed bistcuite closed 2 years ago

bistcuite commented 2 years ago

How can i boot vinix on windows with qemu ?

Ccode-lang commented 2 years ago

qemu-system-x86_64 -cpu qemu64,level=11,+rdtscp -M q35,smm=off -m 8G -smp 4 -cdrom os.iso -serial stdio -no-shutdown -no-reboot

Ccode-lang commented 2 years ago

Replace os.iso with the name of the iso you got from the Vinix build server.