From 5c27101d27a6fe9005ce4b95075d1dea5117d190 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 21 May 2021 10:51:55 +0200 Subject: Added KVM acceleration to instructions --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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! -- cgit v1.2.3