diff options
author | Marvin Borner | 2021-05-21 10:51:55 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-21 15:25:05 +0200 |
commit | 5c27101d27a6fe9005ce4b95075d1dea5117d190 (patch) | |
tree | 25fe10ee590a73d81a813f708ae352424837ac33 /docs | |
parent | 6c3c1060e2d662b36704be11d006e036b7f85200 (diff) |
Added KVM acceleration to instructions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7fbfe49..df92b6b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -7,7 +7,7 @@ This document explains the testing/building/booting process and requirements. Ev - Install the qemu i386 emulator - Download the `disk-img` artifact from the newest stable [GitHub Workflow build](https://github.com/marvinborner/Melvix/actions?query=branch%3Amain) - Unzip `disk-img.zip` -- Run `qemu-system-i386 -m 256M -vga std -drive file=path/to/disk.img,format=raw,index=1,media=disk -netdev user,id=net0 -device rtl8139,netdev=net0` +- Run `qemu-system-i386 -m 256M -vga std -enable-kvm -cpu max -drive file=disk.img,format=raw,index=1,media=disk -netdev user,id=net0 -device rtl8139,netdev=net0` - Try entering `browser`, `files`, `mandelbrot` (or any other program in `apps/`) into the input field and press enter - Move windows using `ALT`+`Left click` - Enjoy, or try building it yourself! |