diff options
author | Marvin Borner | 2020-11-20 23:15:42 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-20 23:15:42 +0100 |
commit | 660ee7d77248c768fd0d4718bb24bdfac19dd80a (patch) | |
tree | 299c7159c103f47d10c406122933a913cd132082 /README.md | |
parent | 104ef07b7ed5dfaa38de987f5bdaba29042ac67b (diff) |
Fixed testing instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |