From bbdf6eaedd3e217d1fc0958c7ffba69a261db507 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 12 Oct 2015 19:59:15 +0200 Subject: [PATCH] emulate per default a NUMA system => because it is our target platform --- hermit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/Makefile b/hermit/Makefile index 655511eb3..5350cb0a8 100644 --- a/hermit/Makefile +++ b/hermit/Makefile @@ -133,7 +133,7 @@ ramfs: hermit.elf find . -print0 | cpio --null -ov --format=newc > $(TOPDIR)/initrd.cpio qemu: - $(QEMU) -smp 8 -kernel ../linux/arch/x86/boot/bzImage -initrd initrd.cpio -append "root=/dev/ram0 rootfstype=ramfs init=init console=ttyS0 maxcpus=1" -net nic,model=rtl8139 -net user -net dump -nographic -monitor telnet:127.0.0.1:1234,server,nowait -m 8G #-numa node,nodeid=0,cpus=0-3 -numa node,nodeid=1,cpus=4-7 + $(QEMU) -smp 8 -kernel ../linux/arch/x86/boot/bzImage -initrd initrd.cpio -append "root=/dev/ram0 rootfstype=ramfs init=init console=ttyS0 maxcpus=1" -net nic,model=rtl8139 -net user -net dump -nographic -monitor telnet:127.0.0.1:1234,server,nowait -m 8G -numa node,nodeid=0,cpus=0-3 -numa node,nodeid=1,cpus=4-7 doc: @echo Create documentation...