Actually allow ``options MDNSECT=<numsects>'' in kernel configs to

specify the default maximum size of malloc(9)-backed md(4) devices
and complete the documentation of this option.
This commit is contained in:
Sheldon Hearn 2000-07-14 12:14:13 +00:00
parent 4ebb509c1f
commit b36ee384e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63142
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,11 @@
.Nd memory disk
.Sh SYNOPSIS
.Cd device md
.Pp
To specify the default maximum size of
.Xr malloc 9
backed disks:
.Cd options MDNSECT=20000
.Sh DESCRIPTION
The
.Nm

View File

@ -56,6 +56,7 @@ HW_WDOG
KTRACE
MD_ROOT opt_md.h
MD_ROOT_SIZE opt_md.h
MDNSECT opt_md.h
MFS_ROOT opt_mfs.h
MFS_ROOT_SIZE opt_mfs.h
NTIMECOUNTER opt_ntp.h