#
bf205b96 |
| 05-Nov-2024 |
miod <miod@openbsd.org> |
The MI boot code used to have an infinite loop trying to boot the kernel, which got limited to at most two tries 26 years ago for the 2.3 release, but the documentation was never updated to match thi
The MI boot code used to have an infinite loop trying to boot the kernel, which got limited to at most two tries 26 years ago for the 2.3 release, but the documentation was never updated to match this change. Do it now.
Reported by Nir Lichtman on tech@
show more ...
|
#
a4f11372 |
| 23-Feb-2023 |
miod <miod@openbsd.org> |
Remove dangerous user-settable "addr" variable from MI boot loader, and only compile tty-related code (stty command, tty variable) on platforms where it makes sense for the boot loader to control it,
Remove dangerous user-settable "addr" variable from MI boot loader, and only compile tty-related code (stty command, tty variable) on platforms where it makes sense for the boot loader to control it, rather than the PROM/firmware/whatever.
show more ...
|
#
8f2953bf |
| 23-Dec-2019 |
bluhm <bluhm@openbsd.org> |
The boot loader allows to inspect memory with the hexdump command. Document the new feature in boot(8) man page. OK jmc@ deraadt@
|
#
0ac7466c |
| 20-Oct-2019 |
kn <kn@openbsd.org> |
Improve previous
From and OK jmc
|
#
5604dfed |
| 20-Oct-2019 |
kn <kn@openbsd.org> |
Document "set db_console 0|1"
OK deraadt
|
#
ff5a8bab |
| 02-Jan-2019 |
anton <anton@openbsd.org> |
markup boot prompt commands using Ic, not Nm; ok jmc@
|
#
6e61c4d7 |
| 23-Nov-2015 |
mmcc <mmcc@openbsd.org> |
downfalls -> pitfalls
|
#
e34c0550 |
| 10-Sep-2015 |
schwarze <schwarze@openbsd.org> |
reduce .Nd to one line and kill .Tn while here
|
#
f9a7bad4 |
| 22-Jun-2015 |
jmc <jmc@openbsd.org> |
document that boot.conf can contain comments; from tilo stritzky
thanks miod for help with the diff, and who also noted that leading whitespace gets stripped too;
|
#
48f51197 |
| 24-Jan-2015 |
naddy <naddy@openbsd.org> |
correct the syntax description of the boot command; ok jmc@
|
#
680eec26 |
| 06-Nov-2013 |
brynet <brynet@openbsd.org> |
Document 'machine boot' in boot(8) on i386 and amd64.
"fine" deraadt@
|
#
4225e8e5 |
| 28-Oct-2013 |
stsp <stsp@openbsd.org> |
Document softraid boot process for i386/amd64.
Requested by Adam Thompson. suggestions and ok deraadt, earlier version ok jmc
|
#
779291b7 |
| 25-Oct-2013 |
jmc <jmc@openbsd.org> |
some cleanup for "machine memory";
|
#
da36460d |
| 23-Oct-2013 |
mlarkin <mlarkin@openbsd.org> |
Allow uppercase "K/M/G" specification in "machine memory" boot command.
ok guenther, dlg, deraadt
|
#
775200b7 |
| 27-Sep-2012 |
jmc <jmc@openbsd.org> |
remove the zlib rfc text: these pages already point to gzip(1), which has the references, and the rfc is not that relevant anyway;
|
#
d5c8a52e |
| 15-Aug-2012 |
jmc <jmc@openbsd.org> |
use Lk for links;
|
#
ad64226c |
| 11-Jun-2012 |
otto <otto@openbsd.org> |
serial -> serial port; ok phessler@
|
#
7cabd459 |
| 10-Jun-2012 |
kettenis <kettenis@openbsd.org> |
Document the "machine comaddr" command.
|
#
56eb586f |
| 10-Aug-2010 |
sobrado <sobrado@openbsd.org> |
add a description for bsd.sp where appropriate; while here, write "multiprocessor" in a consistent way.
written with lots of good advice from jmc@, who noted that changing hier(7) was not enough and
add a description for bsd.sp where appropriate; while here, write "multiprocessor" in a consistent way.
written with lots of good advice from jmc@, who noted that changing hier(7) was not enough and carefully reviewed this diff.
ok jmc@
show more ...
|
#
47db5523 |
| 02-Jul-2010 |
jmc <jmc@openbsd.org> |
usefull -> useful;
|
#
2ea094c9 |
| 02-Jul-2010 |
weingart <weingart@openbsd.org> |
Add ability to limit memory presented to kernel with 'machine memory =128M' style commands. Thanks to phessler for finding a small man page niggle. Bumped version strings to a nice round fraction,
Add ability to limit memory presented to kernel with '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@
show more ...
|
#
9a2c2bca |
| 16-Feb-2009 |
sthen <sthen@openbsd.org> |
Cancel the automatic boot when you hold ctrl to skip boot.conf. "I like it" deraadt "sweet" tedu "love it" marco
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
038d14aa |
| 29-May-2007 |
deraadt <deraadt@openbsd.org> |
remove support for many alternative kernel choices -- only try /bsd and not the other stupid names. that feature was retarded. tested on a few architectures by a few people
|
#
7f20cbb1 |
| 27-Apr-2007 |
tom <tom@openbsd.org> |
Check for Control key held down when starting, and don't read boot.conf if it is. This gives a way to recover from "switching to com0" when there's no serial cable handy.
Bump version numbers.
A s
Check for Control key held down when starting, and don't read boot.conf if it is. This gives a way to recover from "switching to com0" when there's no serial cable handy.
Bump version numbers.
A similar change will be made to amd64 boot soon.
ok toby@ deraadt@
show more ...
|