MAKEDEV(8) - System Manager’s Manual (macppc) # MAKEDEV(8) - System Manager’s Manual (macppc)
NAME # MAKEDEV - create system and device special files
SYNOPSIS # MAKEDEV [name …]
DESCRIPTION # The shell script MAKEDEV, found in the /dev directory, is used to create various special files. See intro(4) for a more complete discussion of special files.
MAKEDEV takes any number of device names as arguments, where the names are the common abbreviation for the device or group of devices.
...
MAKEDEV(8) - System Manager’s Manual (octeon) # MAKEDEV(8) - System Manager’s Manual (octeon)
NAME # MAKEDEV - create system and device special files
SYNOPSIS # MAKEDEV [name …]
DESCRIPTION # The shell script MAKEDEV, found in the /dev directory, is used to create various special files. See intro(4) for a more complete discussion of special files.
MAKEDEV takes any number of device names as arguments, where the names are the common abbreviation for the device or group of devices.
...
MAKEDEV(8) - System Manager’s Manual (powerpc64) # MAKEDEV(8) - System Manager’s Manual (powerpc64)
NAME # MAKEDEV - create system and device special files
SYNOPSIS # MAKEDEV [name …]
DESCRIPTION # The shell script MAKEDEV, found in the /dev directory, is used to create various special files. See intro(4) for a more complete discussion of special files.
MAKEDEV takes any number of device names as arguments, where the names are the common abbreviation for the device or group of devices.
...
MAKEDEV(8) - System Manager’s Manual (riscv64) # MAKEDEV(8) - System Manager’s Manual (riscv64)
NAME # MAKEDEV - create system and device special files
SYNOPSIS # MAKEDEV [name …]
DESCRIPTION # The shell script MAKEDEV, found in the /dev directory, is used to create various special files. See intro(4) for a more complete discussion of special files.
MAKEDEV takes any number of device names as arguments, where the names are the common abbreviation for the device or group of devices.
...
MAKEDEV(8) - System Manager’s Manual (sparc64) # MAKEDEV(8) - System Manager’s Manual (sparc64)
NAME # MAKEDEV - create system and device special files
SYNOPSIS # MAKEDEV [name …]
DESCRIPTION # The shell script MAKEDEV, found in the /dev directory, is used to create various special files. See intro(4) for a more complete discussion of special files.
MAKEDEV takes any number of device names as arguments, where the names are the common abbreviation for the device or group of devices.
...
MKNOD(8) - System Manager’s Manual # MKNOD(8) - System Manager’s Manual
NAME # mknod - make device special files
SYNOPSIS # mknod [-m mode] name b|c major minor
mknod [-m mode] name p
DESCRIPTION # The mknod command creates device special files. Normally the shell script /dev/MAKEDEV is used to create special files for commonly known devices; it executes mknod with the appropriate arguments and can make all the files required for the device.
...
VM.CONF(5) - File Formats Manual # VM.CONF(5) - File Formats Manual
NAME # vm.conf - virtual machine configuration
DESCRIPTION # vm.conf is the configuration file to configure the virtual machine monitor (VMM) subsystem. A VMM manages virtual machines (VMs) on a host. The VMM subsystem is responsible for creating, destroying, and executing VMs.
vm.conf is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
...
Newfs,
Config,
Makedev,
Sd,
Fdisk,
Ioctl,
Disklabel,
Mount,
Vnconfig,
Fsck,
Vnd VND(4) - Device Drivers Manual # VND(4) - Device Drivers Manual
NAME # vnd - vnode disk driver
SYNOPSIS # pseudo-device vnd [count]
DESCRIPTION # The vnd driver provides a disk-like interface to a file. This is useful for a variety of applications, such as building miniroot or floppy disk images.
This document assumes familiarity with how to generate kernels and how to properly configure disks and pseudo-devices in a kernel configuration file.
...