summaryrefslogtreecommitdiffstats
path: root/contrib/bochs
Commit message (Collapse)AuthorAgeFilesLines
* [contrib] Move most contrib content to a separate repositoryMarty Connor2010-01-1711-1600/+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/
* [build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown2009-04-161-2/+2
| | | | | | | | QEMU will silently round down a disk or ROM image file to the nearest 512 bytes. Fix by always padding .rom, .dsk and .hd images to the nearest 512-byte boundary. Originally-fixed-by: Stefan Hajnoczi <stefanha@gmail.com>
* [contrib] Update qemu documentationMichael Brown2009-02-011-18/+11Star
|
* [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.
* [util] Disable automatic CR->LF conversion in serial-console utilityMichael Brown2008-09-071-2/+2
| | | | | | DUET (the EFI test environment) seems not to handle LF, so inhibit the CR->LF conversion that the pty does for us by default. This doesn't affect operation of gPXE, which will happily accept either CR or LF.
* [contrib] Bring bochs/qemu READMEs up to date with latest upstream codeMichael Brown2008-09-072-4/+4
|
* Add .pdsk target (padded .dsk, suitable for qemu).Michael Brown2007-07-061-3/+2Star
|
* Build bochs with ne2000 support, and add sample lines in bochsrc.txtMichael Brown2007-07-022-1/+4
| | | | to match.
* Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2007-06-301-0/+8
| | | | DHCPD and Windows RIS in particular).
* Initial notes on RISMichael Brown2007-06-291-0/+23
|
* Current bochs has a 128kB BIOS, not 64kBMichael Brown2007-06-281-1/+1
|
* Ignore external directories (bochs, qemu) within contrib/bochs.Michael Brown2007-06-091-0/+2
|
* Rename .cvsignore files to .gitignoreMichael Brown2007-06-091-0/+0
|
* .zrom is still broken; use .rom by defaultMichael Brown2006-08-281-1/+1
|
* Document requisite patch for qemuMichael Brown2006-08-282-4/+38
|
* Add --enable-show-ips; it's useful when using the profiling code.Michael Brown2006-08-281-1/+2
|
* Basic instructions to get qemu runningMichael Brown2006-08-241-0/+80
|
* Corrected documentationMichael Brown2006-08-091-3/+2Star
|
* Need write permission to /dev/net/tun, not just read.Michael Brown2006-05-261-1/+1
|
* Updated to new SourceForge CVS locations, and fix a couple of minorMichael Brown2006-05-181-9/+12
| | | | mistakes.
* Added tunctl (since it is difficult to find for many distros).Michael Brown2006-05-134-12/+131
|
* Updated instructions to reflect current reality.Michael Brown2006-04-261-57/+24Star
|
* Hardcoded paths to ../../src/bin avoid one step in the instructions.Michael Brown2006-04-261-2/+2
|
* Avoid the need for a symlink to the BIOS directory; just use the locallyMichael Brown2006-04-261-2/+2
| | | | checked-out copy.
* Much safer to use a TAP device statically allocated with tunctl.Michael Brown2006-04-261-21/+0Star
|
* Updated to syntax required by latest bochs CVS.Michael Brown2006-04-261-1/+1
|
* Updated to current bochs CVSMichael Brown2006-04-261-217/+306
|
* Initial revisionMichael Brown2005-05-177-0/+1281