Skip to content

Commit

Permalink
Lower the requirements back to previous
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Sep 15, 2021
1 parent ef91a23 commit b7c9349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ run: output/buildroot.iso disk.img
net="-net nic,model=virtio -net user"; \
test -e data.img && hdb="-hdb data.img"; \
test -e images.iso && hdd="-hdd images.iso"; \
qemu-system-x86_64 $$kvm -M pc -smp 2 -m 2048 $$net \
qemu-system-x86_64 $$kvm -M pc -smp 1 -m 1024 $$net \
-cdrom output/buildroot.iso -hda disk.img $$hdb $$hdd -boot d

graph-size.pdf:
Expand Down

0 comments on commit b7c9349

Please sign in to comment.