mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
emulate per default a NUMA system
=> because it is our target platform
This commit is contained in:
parent
4a0b321555
commit
bbdf6eaedd
1 changed files with 1 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Reference in a new issue