History log of /openbsd/sys/arch/loongson/stand/boot/exec.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 4b422019 10-Aug-2022 miod <miod@openbsd.org>

Pass the "good random" flag from the bootblocks to the kernel when applicable.


# 2340cfa5 10-Apr-2019 deraadt <deraadt@openbsd.org>

change marks[] array to uint64_t, so the code can track full 64-bit
details from the ELF header instead of faking it.
Proposal from mlarkin, tested on most architectures already


# 14434de6 18-Nov-2014 krw <krw@openbsd.org>

Nuke some obvious #include duplications.

ok espie@ deraadt@ millert@ tedu@


# 3c1af18d 03-Apr-2010 miod <miod@openbsd.org>

Minor reliability fixes:
- clear initrd signature before returning to PMON or to the loaded kernel
- fail /etc/boot.conf access when loading from an initrd image, instead of
letting it point to the

Minor reliability fixes:
- clear initrd signature before returning to PMON or to the loaded kernel
- fail /etc/boot.conf access when loading from an initrd image, instead of
letting it point to the beginning of the kernel image and have the code
complain of lines being too long.
Bump minor version.

show more ...


# e923757c 14-Feb-2010 miod <miod@openbsd.org>

Work in progress standalone boot blocks for OpenBSD/loongson systems. Will
load a kernel from the OpenBSD partition, with symbols.
However:
- does not work on gdium (usb i/o errors)
- no countdown du

Work in progress standalone boot blocks for OpenBSD/loongson systems. Will
load a kernel from the OpenBSD partition, with symbols.
However:
- does not work on gdium (usb i/o errors)
- no countdown due to PMON limitations, so either `bsd' in the PMON
environment contains a kernel filename to load, and it will get loaded
immediately, or it doesn't (e.g. the variable does no exist) and you get
a prompt and can pass options to the kernel. Note that /etc/boot.conf
commands can still be used in both cases.
- does not work for me when loaded automatically from PMON (put in the `al'
environment variable). However, `boot $al' works fine. Need to investigate.

show more ...