Allocate a very small 4K stack for the other CPUs, increase count to 4
This commit is contained in:
parent
979d80a8c7
commit
b0797a5d8a
4 changed files with 29 additions and 18 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ bochs: build/harddrive.bin
|
|||
bochs -f bochs.$(ARCH)
|
||||
|
||||
qemu: build/harddrive.bin
|
||||
qemu-system-$(ARCH) -enable-kvm -cpu host -smp 2 -machine q35 \
|
||||
qemu-system-$(ARCH) -enable-kvm -cpu host -smp 4 -machine q35 \
|
||||
-serial mon:stdio -drive file=$<,format=raw,index=0,media=disk \
|
||||
-nographic -d guest_errors,int,pcall
|
||||
#-device intel-iommu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue