summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/libsa/libsa.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, makingjsing2012-10-301-2/+2
| | | | the code actually diffable. No binary change.
* Add ability to limit memory presented to kernel withweingart2010-07-021-1/+2
| | | | | | | | | | 'machine memory =128M' style commands. Thanks to phessler for finding a small man page niggle. Bumped version strings to a nice round fraction, and make them the same across the board. Easier to identify boot binary versions that way. ok thib@, tedu@, phessler@
* clone "Control key" logic from i386 written by tom; tested by artderaadt2007-04-281-1/+3
|
* boot(8) ``machine memory'' support for > 4G.mpf2006-09-181-3/+3
| | | | | | | Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@
* Enter cdboot, a CD-specific second-stage bootrap. Based on the i386tom2004-08-211-1/+2
| | | | | | cdboot that Toby and I put together at the hackathon. "go for it" deraadt@
* Enter pxeboot on amd64. Initially intended to support network installstom2004-03-211-1/+14
| | | | | | using bsd.rd over TFTP. ok deraadt@
* das boot; das cloned das from das i386mickey2004-02-031-0/+62