summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
AgeCommit message (Expand)Author
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-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
2006-10-12Bump versions to note behaviour change of no longer tryingKenneth R Westerback
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-05-15better wording for the "memory" section;Jason McIntyre
2006-05-13sensible english; ok jmc; from graham.gower@gmail.comTheo de Raadt
2005-07-30Add libkern and link it in after libzTodd C. Miller
2005-07-15- add /bsd.rd to FILESJason McIntyre
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
2005-02-18fix zlib's homepage; ok henning@, jmc@Robert Nagy
2004-12-23make com[123] work for console on i386, but allow override with CONADDR/CONUNITMarkus Friedl
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
2004-01-02after some advice from nick, note that only com0 is currently supportedJason McIntyre
2003-12-20- .Xr biosboot(8) in SEE ALSOJason McIntyre
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
2003-10-23- delay reading the disklabel for floppies until after we're sure it'sFederico G. Schwindt
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,Theo de Raadt
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-06- section reorderJason McIntyre
2003-06-03three four killsMichael Shalayeff
2003-06-03fix tree after mickey breakageTheo de Raadt
2003-05-31First lba support in /boot. Not complete lba boot support, but it's theTobias Weingartner
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-02-01typos;Jason McIntyre
2002-09-16It's more convinient to spell convinient as ``convenient'', actually.Miod Vallat
2002-06-21Bump version to help distinquish new memory probe and fixes.Tobias Weingartner
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-01Change a config(8) reference to a more appropriate boot_config(8) reference.Miod Vallat
2001-09-03pretty this upTheo de Raadt
2001-08-20bump the version for new kbd probe; 10x for a reminder from fgsch@Michael Shalayeff
2001-07-15spellingPeter Valchev
2001-05-06increase version since we've removed -b; per fgsch@'s suggestionMichael Shalayeff
2001-05-02document boot options, i dunno what -b does so i just do not mention it anymoreMichael Shalayeff