blob: cd529a3d85cef909dc6e991716bb5c6295869555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.\" $OpenBSD: rd.4,v 1.3 2004/12/04 20:56:52 aaron Exp $
.\"
.\" This file is in the public domain.
.\"
.Dd May 14, 2001
.Dt RD 4
.Os
.Sh NAME
.Nm rd
.Nd ramdisk driver
.Sh SYNOPSIS
.Cd "pseudo-device rd" Op Ar count
.Sh DESCRIPTION
The
.Nm
driver enables use of system or user memory as a disk.
Memory for the disk must be allocated and initialized inside the
kernel image at build-time using the
.Nm rdsetroot ( Xr a.out 5 )
or
.Nm elfrdsetroot ( Xr elf 5 )
tool.
.Sh FILES
.Bl -tag -width /dev/rrdXX -compact
.It Pa "/dev/rd??"
block mode ramdisk devices.
.It Pa "/dev/rrd??"
raw mode ramdisk devices.
.El
.Sh SEE ALSO
The
.Nm rdsetroot
and
.Nm elfrdsetroot
tools are available as part of the distribution toolset.
|