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 >. 
							
							
						 
						16 年前  
				
					
						
							
								 
						
							
								0171098212
								
							 
						 
						
							[contrib] Update qemu documentation 
							
							
						 
						16 年前  
				
					
						
							
								 
						
							
								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. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								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. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								a30c70727a
								
							 
						 
						
							[contrib] Bring bochs/qemu READMEs up to date with latest upstream code 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								f3aef4d98d
								
							 
						 
						
							[Contribs] Fix multi-line POSIX errno definitions. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								711a59cf03
								
							 
						 
						
							[Contribs] Fix parsing bug in errcode.py 
							
							
Make sure parser doesn't choke on line with space at end. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								f43a7e349a
								
							 
						 
						
							[Contribs] Add simple IRC bot for looking up error codes. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								fbf9295cbb
								
							 
						 
						
							[Contribs] Add README, license text, and invert error code dictionaries. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								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. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								43b04236ec
								
							 
						 
						
							[Contribs] Add command-line utility for looking up gPXE error codes. 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								7067142fb4
								
							 
						 
						
							[Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca> 
							
							
						 
						17 年前  
				
					
						
							
								 
						
							
								763a3eab8a
								
							 
						 
						
							Add .pdsk target (padded .dsk, suitable for qemu). 
							
							
						 
						18 年前  
				
					
						
							
								 
						
							
								8febe42f78
								
							 
						 
						
							Build bochs with ne2000 support, and add sample lines in bochsrc.txt 
							
							to match. 
							
							
						 
						18 年前  
				
					
						
							
								 
						
							
								acd598b4f9
								
							 
						 
						
							Don't build option-overloaded packets; they just confuse people (ISC 
							
							DHCPD and Windows RIS in particular). 
							
							
						 
						18 年前  
				
					
						
							
								 
						
							
								6f14c9d169
								
							 
						 
						
							Initial notes on RIS 
							
							
						 
						18 年前  
				
					
						
							
								 
						
							
								82a873546a
								
							 
						 
						
							Current bochs has a 128kB BIOS, not 64kB 
							
							
						 
						18 年前  
				
					
						
							
								 
						
							
								f7b4b77c2e
								
							 
						 
						
							Ignore external directories (bochs, qemu) within contrib/bochs. 
							
							
						 
						18 年前  
				
					
						
							
								 
						
							
								0f8d7d705d
								
							 
						 
						
							Rename .cvsignore files to .gitignore 
							
							
						 
						18 年前  
				
					
						
							
								 
						
							
								33eb8871a9
								
							 
						 
						
							.zrom is still broken; use .rom by default 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								6e5ffefd79
								
							 
						 
						
							Document requisite patch for qemu 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								18a84f4f1a
								
							 
						 
						
							Add --enable-show-ips; it's useful when using the profiling code. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								a677f1bfd3
								
							 
						 
						
							Basic instructions to get qemu running 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								b3c897f437
								
							 
						 
						
							Corrected documentation 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								2f392ee13e
								
							 
						 
						
							Need write permission to /dev/net/tun, not just read. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								7d239660fb
								
							 
						 
						
							Updated to new SourceForge CVS locations, and fix a couple of minor 
							
							mistakes. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								10606e95b3
								
							 
						 
						
							Added tunctl (since it is difficult to find for many distros). 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								82c4afcb32
								
							 
						 
						
							Updated instructions to reflect current reality. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								0eb0dd0437
								
							 
						 
						
							Hardcoded paths to ../../src/bin avoid one step in the instructions. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								c67d81bd13
								
							 
						 
						
							Avoid the need for a symlink to the BIOS directory; just use the locally 
							
							checked-out copy. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								c378213387
								
							 
						 
						
							Much safer to use a TAP device statically allocated with tunctl. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								297ae0f8d5
								
							 
						 
						
							Updated to syntax required by latest bochs CVS. 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								18f620ca5d
								
							 
						 
						
							Updated to current bochs CVS 
							
							
						 
						19 年前  
				
					
						
							
								 
						
							
								aeb70ec21c
								
							 
						 
						
							Import from Etherboot 5.4 
							
							
						 
						20 年前  
				
					
						
							
								 
						
							
								1097cf8685
								
							 
						 
						
							Initial revision 
							
							
						 
						20 年前