aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarvin Borner2020-11-20 23:15:42 +0100
committerMarvin Borner2020-11-20 23:15:42 +0100
commit660ee7d77248c768fd0d4718bb24bdfac19dd80a (patch)
tree299c7159c103f47d10c406122933a913cd132082 /README.md
parent104ef07b7ed5dfaa38de987f5bdaba29042ac67b (diff)
Fixed testing instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08620fd..6d71ec9 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ This project is somewhat of a coding playground for me. It doesn't have any usef
- Install the qemu i386 emulator
- Download the `disk-img` artifact from the newest [GitHub Workflow build](https://github.com/marvinborner/Melvix/actions)
- Unzip `disk-img.zip`
-- Run `qemu-system-i386 -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 -drive file=path/to/disk.img,format=raw,index=1,media=disk -netdev user,id=net0 -device rtl8139,netdev=net0`
- Enjoy, or try building it yourself!
## Build & Test