summaryrefslogtreecommitdiff
path: root/static/openbsd/man4/rd.4
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 14:02:27 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 14:02:27 -0400
commit6d8bdc65446a704d0750217efd05532fc641ea7d (patch)
tree8ae6d698b3c9801750a8b117b3842fb369872a3a /static/openbsd/man4/rd.4
parent2f467bd7ff8f8db0dafa40426166491d7f57f368 (diff)
docs: OpenBSD Man Pages Added
Diffstat (limited to 'static/openbsd/man4/rd.4')
-rw-r--r--static/openbsd/man4/rd.430
1 files changed, 30 insertions, 0 deletions
diff --git a/static/openbsd/man4/rd.4 b/static/openbsd/man4/rd.4
new file mode 100644
index 00000000..fca90612
--- /dev/null
+++ b/static/openbsd/man4/rd.4
@@ -0,0 +1,30 @@
+.\" $OpenBSD: rd.4,v 1.7 2019/04/16 13:58:45 sunil Exp $
+.\"
+.\" This file is in the public domain.
+.\"
+.Dd $Mdocdate: April 16 2019 $
+.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
+.Cm rdsetroot
+tool.
+.Sh FILES
+.Bl -tag -width /dev/rrd??XXX -compact
+.It Pa "/dev/rd??"
+Block mode ramdisk devices.
+.It Pa "/dev/rrd??"
+Raw mode ramdisk devices.
+.El
+.Sh SEE ALSO
+.Xr elf 5 ,
+.Xr rdsetroot 8