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

[Makefile] Don't start Qemu with -initrd since it is integrated into the kernel anyway

This commit is contained in:
daniel-k 2016-05-13 18:24:46 +02:00
parent a081169f9c
commit 3e6f0f42eb

View file

@ -17,7 +17,7 @@ test:
qemu:
$(QEMU) -smp 10 -m 8G -numa node,nodeid=0,cpus=0-4 -numa node,nodeid=1,cpus=5-9 \
-kernel linux/arch/x86/boot/bzImage -initrd config/initrd.cpio \
-kernel linux/arch/x86/boot/bzImage \
-append "root=/dev/ram0 rootfstype=ramfs init=init console=ttyS0" \
-net nic,model=rtl8139 -net user -net dump \
-nographic -monitor telnet:127.0.0.1:1234,server,nowait \