Make default image use MBR partition table
This commit is contained in:
parent
f30e25f58e
commit
1b7fe5e233
2 changed files with 1 additions and 14 deletions
12
mk/qemu.mk
12
mk/qemu.mk
|
@ -45,7 +45,7 @@ ifeq ($(UNAME),Linux)
|
|||
ifneq ($(kvm),no)
|
||||
QEMUFLAGS+=-enable-kvm -cpu host
|
||||
else
|
||||
QEMUFLAGS+=-cpu Skylake-Client
|
||||
QEMUFLAGS+=-cpu max
|
||||
endif
|
||||
endif
|
||||
#,int,pcall
|
||||
|
@ -69,16 +69,6 @@ qemu_no_build: build/extra.bin
|
|||
-drive file=build/harddrive.bin,format=raw \
|
||||
-drive file=build/extra.bin,format=raw
|
||||
|
||||
qemu_mbr: build/harddrive-mbr.bin build/extra.bin
|
||||
$(QEMU) $(QEMUFLAGS) \
|
||||
-drive file=build/harddrive-mbr.bin,format=raw \
|
||||
-drive file=build/extra.bin,format=raw
|
||||
|
||||
qemu_mbr_no_build: build/extra.bin
|
||||
$(QEMU) $(QEMUFLAGS) \
|
||||
-drive file=build/harddrive-mbr.bin,format=raw \
|
||||
-drive file=build/extra.bin,format=raw
|
||||
|
||||
qemu_efi: build/harddrive-efi.bin build/extra.bin
|
||||
$(QEMU) $(QEMUFLAGS) \
|
||||
-bios $(QEMU_EFI) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue