From 660ee7d77248c768fd0d4718bb24bdfac19dd80a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 20 Nov 2020 23:15:42 +0100 Subject: Fixed testing instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3