AUTOCONF(4) - Device Drivers Manual (i386) # AUTOCONF(4) - Device Drivers Manual (i386)
NAME # autoconf - diagnostics from the autoconfiguration code
DESCRIPTION # When OpenBSD bootstraps it probes the innards of the machine on which it is running and locates controllers, drives, and other devices, printing out what it finds on the console. This procedure is driven by a system configuration table which is processed by config(8) and compiled into each kernel.
...
BIOSBOOT(8) - System Manager’s Manual (i386) # BIOSBOOT(8) - System Manager’s Manual (i386)
NAME # biosboot - i386-specific first-stage system bootstrap
DESCRIPTION # This small program (roughly 512 bytes of code) is responsible for loading the second-stage boot(8) program (typically /boot), which in turn will load the kernel.
biosboot must be installed by installboot(8). As part of the installation, installboot(8) patches biosboot with information about the location of boot(8) on disk.
...
Gzip,
Biosboot,
Installboot,
Boot_i386,
Fdisk,
Boot_config,
Ddb,
Pxeboot,
Softraid,
Reboot,
Autoconf,
Boot BOOT(8) - System Manager’s Manual (i386) # BOOT(8) - System Manager’s Manual (i386)
NAME # boot, boot.conf - i386-specific second-stage bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel while dealing with the pitfalls of the PC BIOS architecture.
As described in boot_i386(8), this program is loaded by the biosboot(8) primary bootstrap loader and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for PC systems, providing a common interface for the kernel to start from.
...
CDBOOT(8) - System Manager’s Manual (i386) # CDBOOT(8) - System Manager’s Manual (i386)
NAME # cdboot - i386-specific second-stage CD-specific bootstrap
DESCRIPTION # cdboot is a modified version of the i386 second-stage bootstrap program, boot(8), configured to be run by the OpenBSD El Torito CD-ROM boot sector cdbr. cdboot will look for an /etc/boot.conf configuration file on the CD-ROM. If it finds one, it processes the commands within it. boot.
...
FDISK(8) - System Manager’s Manual # FDISK(8) - System Manager’s Manual
NAME # fdisk - partition table maintenance program
SYNOPSIS # fdisk [-evy] [-A | -g | -i | -u] [-b blocks[@offset[:type]]] [-l blocks | -c cylinders -h heads -s sectors] [-f file] disk
DESCRIPTION # fdisk creates and edits MBR and GPT partition tables. These tables are used by the boot process of some platforms to find the OpenBSD kernel and, when present, are used by the kernel to find the disklabel(5).
...
PXEBOOT(8) - System Manager’s Manual (i386) # PXEBOOT(8) - System Manager’s Manual (i386)
NAME # pxeboot - i386-specific second-stage PXE bootstrap
DESCRIPTION # pxeboot is a modified version of the i386 second-stage bootstrap program, boot(8), configured to run under Intel’s Preboot Execution Environment (PXE). PXE is a form of smart boot ROM, built into many Ethernet cards from Intel, 3Com, and other manufacturers.
The computer’s PXE boot ROM contacts a DHCP server by broadcasting a request on the network.
...
Sync,
Boot_sparc64,
Boot_luna88k,
Savecore,
Boot_alpha,
Rc.shutdown,
Boot_i386,
Boot_hppa,
Shutdown,
Boot_amd64,
Rc.d,
Boot_macppc,
Utmp,
Reboot REBOOT(8) - System Manager’s Manual # REBOOT(8) - System Manager’s Manual
NAME # reboot, halt - stopping and restarting the system
SYNOPSIS # halt [-dnpq]
reboot [-dnq]
DESCRIPTION # The halt and reboot utilities flush the file system cache to disk, execute the rc.d(8) scripts specified by the pkg_scripts variable defined in rc.conf(8) in a reverse order, run the system shutdown script, send all running processes a SIGTERM (and subsequently a SIGKILL), and, respectively, halt or restart the system.
...