summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/cdboot
AgeCommit message (Expand)Author
2012-09-25Reduce the diff between amd64/stand and i386/stand, requested by deraadt@.Pascal Stumpf
2012-08-29Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-piePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
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-10and cdboot must be linked with -N still, too. even more curiousTheo de Raadt
2010-07-10link bootblocks with -Z instead of -N, to ensure that the file offset andTheo 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-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-05-31Forgot to commit the changes to this file with the rest of the ELF32+64Tom Cosgrove
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-04-27Check for Control key held down when starting, and don't read boot.confTom Cosgrove
2007-01-02Fix the keyboard problem seen on Intel Macs, where only the firstTom Cosgrove
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-07-30Add libkern and link it in after libzTodd C. Miller
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-30Ensure we save the %ebx register returned from the BIOS call, not justTom Cosgrove
2005-04-25[OpenBSD]Tom Cosgrove
2004-08-24Better description of the path to bsd.rd, to avoid having to update itTom Cosgrove
2004-08-24Correctly document the order in which cdboot looks for kernels.Tom Cosgrove
2004-08-24Have cdboot look for /3.6/i386/bsd.rd first.Tom Cosgrove
2004-08-06do not be quiet about this operationTheo de Raadt
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove