aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/INSTALL.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9acb5b6..27e622a 100644
--- a/README.md
+++ b/README.md
@@ -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!