From 6d8bdc65446a704d0750217efd05532fc641ea7d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 14:02:27 -0400 Subject: docs: OpenBSD Man Pages Added --- static/openbsd/man4/rd.4 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 static/openbsd/man4/rd.4 (limited to 'static/openbsd/man4/rd.4') 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 -- cgit v1.2.3