summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/pxeboot/conf.c
AgeCommit message (Expand)Author
2012-10-29Bump version.Joel Sing
2012-10-09Bump boot versions due to recent changes.Joel Sing
2012-06-03Add support for serial consoles at non-standard addresses. This implementsMark Kettenis
2011-03-08Fix extended partition searching so we don't get lost. The offsetKenneth R Westerback
2010-12-06- properly remove NENTS now after fixing the fallout.Jasper Lievisse Adriaanse
2010-12-06- partially revert previous NENTS removal for arches which got busted.Jasper Lievisse Adriaanse
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-08-11crank versionTheo de Raadt
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2007-07-27As on i386:Tom Cosgrove
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-27Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.Tom Cosgrove
2007-04-28clone "Control key" logic from i386 written by tom; tested by artTheo de Raadt
2007-01-02Issue the BIOS "check for keystroke" call before "get keystroke", asTom Cosgrove
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2006-05-20push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interfaceTheo de Raadt
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2005-05-28*slightly drunk*Tobias Weingartner
2005-05-03The return value from getEBDAaddr() (info) is not used in bios_E820(),Tom Cosgrove
2005-05-03Convert the size of a memory chunk from bytes to megabytes beforeTom Cosgrove
2005-04-30As on i386, ensure we save the %ebx register returned from the BIOSTom Cosgrove
2005-04-29Make boot code use real mode with 64K segments instead of 1M segments,Tom Cosgrove
2005-03-13Only use bangpxe calling on PXE 2.1 and above. Makes no difference onTom Cosgrove
2005-03-13On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
2004-03-21Enter pxeboot on amd64. Initially intended to support network installsTom Cosgrove