| Submitter | Isaku Yamahata |
|---|---|
| Date | Dec. 7, 2009, 3:19 a.m. |
| Message ID | <20091207031928.GG3670@valinux.co.jp> |
| Download | mbox | patch |
| Permalink | /patch/40440/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/pc-bios/README b/pc-bios/README index 3f2c978..9bf2532 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -26,3 +26,16 @@ virtio 1af4:1000 http://rom-o-matic.net/ + +- To compile PC related BIOSes + git.qemu.org holds the repositories for BIOSes sources. + So you can compile BIOSes by following steps. + + $ git clone git://git.qemu.org/qemu.git + $ cd qemu + $ git submodule update --init + $ cd roms/seabios + $ make + $ cp out/bios.bin ../../pc-bios/bios.bin + + The last three steps could be totally automated by the build system.