Skip to content

Commit f632136

Browse files
ChiaoYrminnich
authored andcommitted
qemu/x86_64: Adjust QEMU parameters
Signed-off-by: Chiao Yang <chiao.cs.yang@gmail.com> Signed-off-by: KuiRong <605470060@gms.tku.edu.tw>
1 parent c72e499 commit f632136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mainboards/qemu/x86_64/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ efikernel: flash.config
3636
cp linux/arch/x86/boot/bzImage $@
3737

3838
testflashkernel: flashkernel flashinitramfs.cpio
39-
qemu-system-x86_64 -m 8192 -kernel flashkernel -nographic -serial stdio -initrd flashinitramfs.cpio -monitor $(MONITOR) $(EXTRA)
39+
qemu-system-x86_64 -m 512 -kernel flashkernel -nographic -serial mon:stdio -initrd flashinitramfs.cpio
4040

4141
testefikernel: efikernel flashinitramfs.cpio
4242
qemu-system-x86_64 -bios $(OVMF_BIN) -nographic \

0 commit comments

Comments
 (0)