aboutsummaryrefslogtreecommitdiffstats
path: root/pc-bios
diff options
context:
space:
mode:
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/README6
-rwxr-xr-xpc-bios/sgabios.binbin0 -> 4096 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/pc-bios/README b/pc-bios/README
index 066855984..1cebbbc89 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -19,6 +19,12 @@
https://github.com/dgibson/SLOF, and the image currently in qemu is
built from git tag qemu-slof-20111013.
+- sgabios (the Serial Graphics Adapter option ROM) provides a means for
+ legacy x86 software to communicate with an attached serial console as
+ if a video card were attached. The master sources reside in a subversion
+ repository at http://sgabios.googlecode.com/svn/trunk. A git mirror is
+ available at git://git.qemu.org/sgabios.git.
+
- The PXE roms come from the iPXE project. Built with BANNER_TIME 0.
Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping:
diff --git a/pc-bios/sgabios.bin b/pc-bios/sgabios.bin
new file mode 100755
index 000000000..c3da4c3d0
--- /dev/null
+++ b/pc-bios/sgabios.bin
Binary files differ