1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

reduce the core number in our test case

This commit is contained in:
Stefan Lankes 2016-08-21 15:02:39 +02:00
parent 13825b6cfb
commit fcc58a1505

View file

@ -50,7 +50,7 @@ $(NAME).elf: $(OBJS)
qemu:
@echo "Do you already start netcat (nc -l 4555)?"
$(QEMU) -smp 10 -m 4G -kernel $(NAME).elf -initrd ../../../usr/benchmarks/stream \
$(QEMU) -smp 4 -m 4G -kernel $(NAME).elf -initrd ../../../usr/benchmarks/stream \
-net nic,model=rtl8139 -net user -net dump \
-chardev socket,host=127.0.0.1,port=4555,id=gnc0 \
-device pci-serial,chardev=gnc0 \