Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Pad .rom, .dsk, and .hd images to 512-byte boundaries | Michael Brown | 2009-04-16 | 1 | -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> | ||||
* | [image] Allow multiple embedded images | Michael Brown | 2009-02-16 | 2 | -0/+12 |
| | | | | | | | | | | This patch extends the embedded image feature to allow multiple embedded images instead of just one. gPXE now always boots the first embedded image on startup instead of doing the hardcoded DHCP boot (aka autoboot). Based heavily upon a patch by Stefan Hajnoczi <stefanha@gmail.com>. | ||||
* | [contrib] Update qemu documentation | Michael Brown | 2009-02-01 | 1 | -18/+11 |
| | |||||
* | [contrib] Add patch to enable writable ROM images in bochs | Michael Brown | 2008-10-21 | 1 | -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 utility | Michael Brown | 2008-09-07 | 1 | -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 code | Michael Brown | 2008-09-07 | 2 | -4/+4 |
| | |||||
* | [Contribs] Fix multi-line POSIX errno definitions. | Stefan Hajnoczi | 2008-05-20 | 1 | -8/+7 |
| | |||||
* | [Contribs] Fix parsing bug in errcode.py | Stefan Hajnoczi | 2008-05-20 | 1 | -1/+4 |
| | | | | Make sure parser doesn't choke on line with space at end. | ||||
* | [Contribs] Add simple IRC bot for looking up error codes. | Stefan Hajnoczi | 2008-05-20 | 3 | -2/+126 |
| | |||||
* | [Contribs] Add README, license text, and invert error code dictionaries. | Stefan Hajnoczi | 2008-05-20 | 4 | -13/+106 |
| | |||||
* | [Contribs] Add a web interface for looking up error codes. | Stefan Hajnoczi | 2008-05-20 | 1 | -0/+65 |
| | | | | Add a PHP script to act as a web interface for looking up error codes. | ||||
* | [Contribs] Add command-line utility for looking up gPXE error codes. | Stefan Hajnoczi | 2008-05-20 | 2 | -0/+129 |
| | |||||
* | [Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca> | Michael Brown | 2008-03-19 | 13 | -1202/+145 |
| | |||||
* | Add .pdsk target (padded .dsk, suitable for qemu). | Michael Brown | 2007-07-05 | 1 | -3/+2 |
| | |||||
* | Build bochs with ne2000 support, and add sample lines in bochsrc.txt | Michael Brown | 2007-07-02 | 2 | -1/+4 |
| | | | | to match. | ||||
* | Don't build option-overloaded packets; they just confuse people (ISC | Michael Brown | 2007-06-30 | 1 | -0/+8 |
| | | | | DHCPD and Windows RIS in particular). | ||||
* | Initial notes on RIS | Michael Brown | 2007-06-29 | 1 | -0/+23 |
| | |||||
* | Current bochs has a 128kB BIOS, not 64kB | Michael Brown | 2007-06-28 | 1 | -1/+1 |
| | |||||
* | Ignore external directories (bochs, qemu) within contrib/bochs. | Michael Brown | 2007-06-09 | 1 | -0/+2 |
| | |||||
* | Rename .cvsignore files to .gitignore | Michael Brown | 2007-06-09 | 1 | -0/+0 |
| | |||||
* | .zrom is still broken; use .rom by default | Michael Brown | 2006-08-28 | 1 | -1/+1 |
| | |||||
* | Document requisite patch for qemu | Michael Brown | 2006-08-28 | 2 | -4/+38 |
| | |||||
* | Add --enable-show-ips; it's useful when using the profiling code. | Michael Brown | 2006-08-28 | 1 | -1/+2 |
| | |||||
* | Basic instructions to get qemu running | Michael Brown | 2006-08-24 | 1 | -0/+80 |
| | |||||
* | Corrected documentation | Michael Brown | 2006-08-09 | 1 | -3/+2 |
| | |||||
* | Need write permission to /dev/net/tun, not just read. | Michael Brown | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | Updated to new SourceForge CVS locations, and fix a couple of minor | Michael Brown | 2006-05-18 | 1 | -9/+12 |
| | | | | mistakes. | ||||
* | Added tunctl (since it is difficult to find for many distros). | Michael Brown | 2006-05-13 | 4 | -12/+131 |
| | |||||
* | Updated instructions to reflect current reality. | Michael Brown | 2006-04-26 | 1 | -57/+24 |
| | |||||
* | Hardcoded paths to ../../src/bin avoid one step in the instructions. | Michael Brown | 2006-04-26 | 1 | -2/+2 |
| | |||||
* | Avoid the need for a symlink to the BIOS directory; just use the locally | Michael Brown | 2006-04-26 | 1 | -2/+2 |
| | | | | checked-out copy. | ||||
* | Much safer to use a TAP device statically allocated with tunctl. | Michael Brown | 2006-04-26 | 1 | -21/+0 |
| | |||||
* | Updated to syntax required by latest bochs CVS. | Michael Brown | 2006-04-26 | 1 | -1/+1 |
| | |||||
* | Updated to current bochs CVS | Michael Brown | 2006-04-26 | 1 | -217/+306 |
| | |||||
* | Initial revision | Michael Brown | 2005-05-17 | 153 | -0/+20692 |