summaryrefslogtreecommitdiffstats
path: root/contrib/bochs/bochs-writable-ROM-patch
Commit message (Collapse)AuthorAgeFilesLines
* [contrib] Move most contrib content to a separate repositoryMarty Connor2010-01-171-20/+0Star
| | | | | | | | | | | Most of the content that was previously in this directory has been moved to a separate git repository: http://git.etherboot.org/?p=contrib.git;a=summary or the Etherboot Project wiki: http://etherboot.org/
* [contrib] Add patch to enable writable ROM images in bochsMichael Brown2008-10-211-0/+20
Some of the gPXE romprefix.S code attempts to write to the ROM image, as allowed by the PCI spec. We do gracefully handle the case of read-only ROM images (for ISA ROMs and for normal bochs/qemu operation), but it can be handy to be able to use bochs to debug the code paths that depend on writable ROM images.