From: bellard Date: Wed, 1 Oct 2003 00:14:04 +0000 (+0000) Subject: bios binary images X-Git-Tag: v0.5.0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39b4da28b3c008e23e1a1537192ac98fc6dde8c3;p=thirdparty%2Fqemu.git bios binary images git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@400 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/pc-bios/README b/pc-bios/README new file mode 100644 index 00000000000..508801dce62 --- /dev/null +++ b/pc-bios/README @@ -0,0 +1,4 @@ +- The PC BIOS comes from the Bochs project + (http://bochs.sourceforge.net/). +- The VGA BIOS comes from the LGPL VGA bios project + (http://www.nongnu.org/vgabios/). diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin new file mode 100644 index 00000000000..ae2240b2a41 Binary files /dev/null and b/pc-bios/bios.bin differ diff --git a/pc-bios/vgabios.bin b/pc-bios/vgabios.bin new file mode 100644 index 00000000000..b4937a84105 Binary files /dev/null and b/pc-bios/vgabios.bin differ