diff options
| author | Richard W.M. Jones | 2016-05-14 20:50:51 +0200 |
|---|---|---|
| committer | Gerd Hoffmann | 2016-07-04 11:28:58 +0200 |
| commit | 4e04ab6a63ebe9fb4305e7e8e49cc8b0095db8fb (patch) | |
| tree | 6fcaea70111ca3916c712b8fca9b0b69e5473785 /Makefile | |
| parent | seabios: update submodule from 1.9.1 to 1.9.3 (diff) | |
| download | qemu-4e04ab6a63ebe9fb4305e7e8e49cc8b0095db8fb.tar.gz qemu-4e04ab6a63ebe9fb4305e7e8e49cc8b0095db8fb.tar.xz qemu-4e04ab6a63ebe9fb4305e7e8e49cc8b0095db8fb.zip | |
bios: Add fast variant of SeaBIOS for use with -kernel on x86.
This commit adds a fast variant of SeaBIOS called 'bios-fast.bin'.
It's designed to be the fastest (also the smallest, but that's not the
main aim) SeaBIOS that is just enough to boot a Linux kernel using the
-kernel option on i686 and x86_64.
This commit does not modify the -kernel option to use this. You have
to specify it by doing something like this:
-kernel vmlinuz -bios bios-fast.bin
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -408,7 +408,8 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr \ bepo cz ifdef INSTALL_BLOBS -BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ +BLOBS=bios.bin bios-256k.bin bios-fast.bin \ +sgabios.bin vgabios.bin vgabios-cirrus.bin \ vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-virtio.bin \ acpi-dsdt.aml \ ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \ |
