History log of /openbsd/sys/arch/landisk/stand/boot/boot.8 (Results 1 – 14 of 14)
Revision Date Author Comments
# 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@


# df9e01cb 06-Jul-2017 schwarze <schwarze@openbsd.org>

Delete cross references to boot_landisk(8).
According to tobiasu@, landisk is moribund and writing new manual
pages for it would be a waste of time.


# 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@


# 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;


# 3f00e443 28-May-2008 miod <miod@openbsd.org>

Don't document ``device foo'' yet either.


# 8d0662ca 28-May-2008 miod <miod@openbsd.org>

Add a boot.8 manual page (adapted from other platforms which use the MI
secondary boot loader). This will in turn act as a reminder to write
boot_landisk.8 (soon).