vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language

Home Page:https://vlang.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to boot vinix in qemu(windows)?

bistcuite opened this issue · comments

commented

How can i boot vinix on windows with qemu ?

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

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