diff options
author | ths | 2007-01-05 18:41:07 +0100 |
---|---|---|
committer | ths | 2007-01-05 18:41:07 +0100 |
commit | eec85c2a0d18523f535785d15b046f427481cf5f (patch) | |
tree | 7cfa9be268d4740264695aeada104195b1f02465 /pc-bios/README | |
parent | Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori. (diff) | |
download | qemu-eec85c2a0d18523f535785d15b046f427481cf5f.tar.gz qemu-eec85c2a0d18523f535785d15b046f427481cf5f.tar.xz qemu-eec85c2a0d18523f535785d15b046f427481cf5f.zip |
Add -boot n option for x86 using PXE, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2293 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'pc-bios/README')
-rw-r--r-- | pc-bios/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pc-bios/README b/pc-bios/README index fc85eb4291..45e4b7cba2 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -14,3 +14,9 @@ - OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable firmware implementation. The goal is to implement a 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. + +- The PXE roms come from Rom-o-Matic etherboot 5.4.2. + pcnet32:pcnet32 -- [0x1022,0x2000] + ns8390:winbond940 -- [0x1050,0x0940] + rtl8139:rtl8139 -- [0x10ec,0x8139] + http://rom-o-matic.net/ |