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.
...
CGSIX(4) - Device Drivers Manual (sparc64) # CGSIX(4) - Device Drivers Manual (sparc64)
NAME # cgsix - accelerated 8-bit color frame buffer
SYNOPSIS # cgsix* at sbus? flags 0x0 wsdisplay* at cgsix?
DESCRIPTION # The cgsix is an SBus color frame buffer with graphics acceleration, commonly found in the non ‘creator’ SBus UltraSPARC workstations.
The cgsix driver interfaces the frame buffer with the wscons(4) console framework. It does not provide direct device driver entry points but makes its functions available via the internal wsdisplay(4) interface.
...
CONFIG(8) - System Manager’s Manual # CONFIG(8) - System Manager’s Manual
NAME # config - build kernel compilation directories or modify a kernel
SYNOPSIS # config [-p] [-b builddir] [-s srcdir] [config-file]
config -e [-u] [-c cmdfile] [-f | -o outfile] infile
DESCRIPTION # In the first synopsis form, the config program creates a kernel build directory from the kernel configuration file specified by config-file.
In the second synopsis form, config allows editing of the kernel binary specified by infile.
...
CREATOR(4) - Device Drivers Manual (sparc64) # CREATOR(4) - Device Drivers Manual (sparc64)
NAME # creator - accelerated color frame buffer
SYNOPSIS # creator* at mainbus0 flags 0x0 creator* at upa0 flags 0x0 wsdisplay* at creator?
DESCRIPTION # The Creator, Creator 3D and Elite 3D are color frame buffers, with graphics acceleration, available for most of the UltraSPARC workstations with UPA slots.
The creator driver interfaces those frame buffers with the wscons(4) console framework.
...
PCKBC(4) - Device Drivers Manual # PCKBC(4) - Device Drivers Manual
NAME # pckbc - PC (ISA) keyboard controller driver
SYNOPSIS # **pckbc* at isa? flags 0x00 ** (alpha, amd64, i386, loongson) **pckbc* at ebus? ** (sparc64) pckbd* at pckbc? pms* at pckbc?
DESCRIPTION # The pckbc driver handles resource allocation and device attachment for the traditional PC/AT keyboard controller. It provides two logical connections for child devices, the “keyboard” slot for a keyboard and the “auxiliary” slot for mice (the latter might be missing in older keyboard controllers).
...