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

use stream as default test case for the standalone version

This commit is contained in:
Stefan Lankes 2016-08-02 18:07:35 +02:00
parent 3e9c1f0f55
commit 72a20c766b

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/tests/hello \
$(QEMU) -smp 10 -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 \