diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/INSTALL.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ <a href="https://github.com/marvinborner/Melvix/actions?query=workflow%3A%22Project+build+and+test%22" target="_blank"> <img src="https://img.shields.io/github/workflow/status/marvinborner/Melvix/Project%20build?style=for-the-badge" /> </a> - <a href="https://app.codacy.com/manual/marvin-borner/Melvix/dashboard" target="_blank"> + <a href="https://app.codacy.com/gh/marvinborner/Melvix/dashboard" target="_blank"> <img src="https://img.shields.io/codacy/grade/e68699c7f9314476a52acf9819a0a386/dev?style=for-the-badge" /> </a> <a href="https://www.buymeacoffee.com/marvinborner" target="_blank"> 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! |