Skip to content

Commit bf31786

Browse files
committed
del(makefile): 删去了Makefile中的enable-kvm(在macOS跑不起来)
1 parent bbc3193 commit bf31786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ INITRD ?= assets/initrd.cpio
2222
XORRISO ?= xorriso
2323
XORRISOFLAGS ?= -as mkisofs --efi-boot limine/limine-uefi-cd.bin -quiet
2424
QEMU ?= qemu-system-x86_64
25-
QEMU_FLAGS ?= -bios ./assets/OVMF.fd -cdrom $(ISO_IMAGE) --machine q35 -m 1G -enable-kvm
25+
QEMU_FLAGS ?= -bios ./assets/OVMF.fd -cdrom $(ISO_IMAGE) --machine q35 -m 1G
2626
QEMU_OUT ?= -serial stdio
2727
QEMU_EXTRA ?=
2828

0 commit comments

Comments
 (0)