From 3e6f0f42eb541f9103b7472c0316aaf68d08ac2b Mon Sep 17 00:00:00 2001 From: daniel-k Date: Fri, 13 May 2016 18:24:46 +0200 Subject: [PATCH] [Makefile] Don't start Qemu with -initrd since it is integrated into the kernel anyway --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b429603ef..72e0fce90 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \