david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
Commit Graph

36 Commits

Author SHA1 Message Date
Thomas Miletich 90bffed805 [3c90xutil] Update bromutil.c and cromutil.c.
bromutil.c has been updated with a command to "fix" 3c905B NICs
so that EEPROMs larger than 8K may be used.

cromutil.c has been replaced with an updated version that has been
included in etherboot-5.4 for some time now.

See README for usage.

Signed-off-by: Marty Connor <mdc@etherboot.org>
2010-01-14 11:40:56 -05:00
Michael Brown 7741546a40 [build] Pad .rom, .dsk, and .hd images to 512-byte boundaries
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>
2009-04-16 03:15:08 +01:00
Michael Brown 076154a1c6 [image] Allow multiple embedded images
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>.
2009-02-16 00:30:36 +00:00
Michael Brown 0171098212 [contrib] Update qemu documentation 2009-02-01 20:16:10 +00:00
Michael Brown 22979c511e [contrib] Add patch to enable writable ROM images in bochs
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.
2008-10-21 20:49:10 +01:00
Michael Brown 8223084afc [util] Disable automatic CR->LF conversion in serial-console utility
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.
2008-09-07 22:08:40 +01:00
Michael Brown a30c70727a [contrib] Bring bochs/qemu READMEs up to date with latest upstream code 2008-09-07 11:31:42 +01:00
Stefan Hajnoczi f3aef4d98d [Contribs] Fix multi-line POSIX errno definitions. 2008-05-20 20:29:33 +01:00
Stefan Hajnoczi 711a59cf03 [Contribs] Fix parsing bug in errcode.py
Make sure parser doesn't choke on line with space at end.
2008-05-20 20:29:24 +01:00
Stefan Hajnoczi f43a7e349a [Contribs] Add simple IRC bot for looking up error codes. 2008-05-20 20:28:57 +01:00
Stefan Hajnoczi fbf9295cbb [Contribs] Add README, license text, and invert error code dictionaries. 2008-05-20 20:28:48 +01:00
Stefan Hajnoczi ce298a9628 [Contribs] Add a web interface for looking up error codes.
Add a PHP script to act as a web interface for looking up error codes.
2008-05-20 20:27:52 +01:00
Stefan Hajnoczi 43b04236ec [Contribs] Add command-line utility for looking up gPXE error codes. 2008-05-20 20:26:44 +01:00
Michael Brown 7067142fb4 [Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca> 2008-03-19 01:08:38 +00:00
Michael Brown 763a3eab8a Add .pdsk target (padded .dsk, suitable for qemu). 2007-07-05 23:37:17 +01:00
Michael Brown 8febe42f78 Build bochs with ne2000 support, and add sample lines in bochsrc.txt
to match.
2007-07-02 03:14:27 +01:00
Michael Brown acd598b4f9 Don't build option-overloaded packets; they just confuse people (ISC
DHCPD and Windows RIS in particular).
2007-06-30 01:32:53 +01:00
Michael Brown 6f14c9d169 Initial notes on RIS 2007-06-29 00:15:36 +01:00
Michael Brown 82a873546a Current bochs has a 128kB BIOS, not 64kB 2007-06-28 21:16:39 +01:00
Michael Brown f7b4b77c2e Ignore external directories (bochs, qemu) within contrib/bochs. 2007-06-09 22:58:04 +01:00
Michael Brown 0f8d7d705d Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
Michael Brown 33eb8871a9 .zrom is still broken; use .rom by default 2006-08-28 01:59:56 +00:00
Michael Brown 6e5ffefd79 Document requisite patch for qemu 2006-08-28 01:58:52 +00:00
Michael Brown 18a84f4f1a Add --enable-show-ips; it's useful when using the profiling code. 2006-08-28 01:54:59 +00:00
Michael Brown a677f1bfd3 Basic instructions to get qemu running 2006-08-24 13:55:43 +00:00
Michael Brown b3c897f437 Corrected documentation 2006-08-09 03:25:11 +00:00
Michael Brown 2f392ee13e Need write permission to /dev/net/tun, not just read. 2006-05-26 08:15:31 +00:00
Michael Brown 7d239660fb Updated to new SourceForge CVS locations, and fix a couple of minor
mistakes.
2006-05-18 13:22:32 +00:00
Michael Brown 10606e95b3 Added tunctl (since it is difficult to find for many distros). 2006-05-13 09:27:54 +00:00
Michael Brown 82c4afcb32 Updated instructions to reflect current reality. 2006-04-26 00:40:27 +00:00
Michael Brown 0eb0dd0437 Hardcoded paths to ../../src/bin avoid one step in the instructions. 2006-04-26 00:31:04 +00:00
Michael Brown c67d81bd13 Avoid the need for a symlink to the BIOS directory; just use the locally
checked-out copy.
2006-04-26 00:25:28 +00:00
Michael Brown c378213387 Much safer to use a TAP device statically allocated with tunctl. 2006-04-26 00:15:41 +00:00
Michael Brown 297ae0f8d5 Updated to syntax required by latest bochs CVS. 2006-04-26 00:14:19 +00:00
Michael Brown 18f620ca5d Updated to current bochs CVS 2006-04-26 00:09:52 +00:00
Michael Brown 1097cf8685 Initial revision 2005-05-17 16:44:57 +00:00