AUTOCONF(4) - Device Drivers Manual (macppc) # AUTOCONF(4) - Device Drivers Manual (macppc)
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.
...
BOOT(8) - System Manager’s Manual (macppc) # BOOT(8) - System Manager’s Manual (macppc)
NAME # boot, boot.conf - macppc-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel.
As described in boot_macppc(8), this program is loaded by the firmware and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for macppc systems, providing a common interface for the kernel to start from.
...
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).
...
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.
...