AMDCF(4) - Device Drivers Manual (octeon) # AMDCF(4) - Device Drivers Manual (octeon)
NAME # amdcf - octeon AMD flash memory driver
SYNOPSIS # amdcf* at iobus?
DESCRIPTION # The amdcf driver provides access to AMD/Fujitsu flash memory devices found on D-Link OCTEON machines.
The driver implementation follows the CFI specification and currently has write support disabled.
SEE ALSO # intro(4), octcf(4), sd(4), wd(4), disklabel(5), disklabel(8), fdisk(8)
HISTORY # The amdcf driver first appeared in OpenBSD 5.
...
BIOSBOOT(8) - System Manager’s Manual (amd64) # BIOSBOOT(8) - System Manager’s Manual (amd64)
NAME # biosboot - amd64-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.
...
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.
...
BOOT(8) - System Manager’s Manual (alpha) # BOOT(8) - System Manager’s Manual (alpha)
NAME # boot, boot.conf - alpha-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel.
As described in boot_alpha(8), this program is loaded by the SRM firmware and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for alpha systems, providing a common interface for the kernel to start from.
...
Gzip,
Biosboot,
Installboot,
Fdisk,
Boot_config,
Ddb,
Pxeboot,
Boot_amd64,
Softraid,
Reboot,
Autoconf,
Boot BOOT(8) - System Manager’s Manual (amd64) # BOOT(8) - System Manager’s Manual (amd64)
NAME # boot, boot.conf - amd64-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_amd64(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.
...
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.
...
BOOT(8) - System Manager’s Manual (landisk) # BOOT(8) - System Manager’s Manual (landisk)
NAME # boot, boot.conf - landisk-specific second-stage bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel from the root file system of the machine.
This program is loaded by the xxboot(8) primary bootstrap loader and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for landisk systems, providing a common interface for the kernel to start from.
...
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).
...
GROWFS(8) - System Manager’s Manual # GROWFS(8) - System Manager’s Manual
NAME # growfs - grow size of an existing ffs file system
SYNOPSIS # growfs [-Nqy] [-s size] special
DESCRIPTION # The growfs utility extends the newfs(8) program. Before starting growfs, the partition must be set to a larger size using disklabel(8). The growfs utility extends the size of the file system on the specified special file.
Currently growfs can only enlarge unmounted file systems.
...