diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-05-29 22:50:04 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-05-29 22:50:04 +0200 |
commit | 16c87febd3875c4b0c9648c681735be3de8358bd (patch) | |
tree | f8b512b85f8f6cffcb4d91dcaa540fa6e09ec83a /sys/man/8 | |
parent | f1eb657db0a782614d8f7bb8805a406df0f8e676 (diff) |
sdram: properly support multiple ramdisks, so that ramdiskX corresponds to sdZX
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/plan9.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini index 29bdb7acf..4798417fb 100644 --- a/sys/man/8/plan9.ini +++ b/sys/man/8/plan9.ini @@ -503,9 +503,10 @@ to use as a root device for bootstrapping. .SS \fLramdisk\fIX\fL=\fIsize\fP .SS \fLramdisk\fIX\fL=\fIsize sectorsize\fP .SS \fLramdisk\fIX\fL=\fIaddress size sectorsize\fP -This reserves physical memory as a ramdisk that will appear as an +This reserves physical memory as a ramdisk that will appear as .IR sd(3) -device. When the +device \fLsdZ\fIX\fR. +When the .I address argument is omited or zero, then the ramdisk will be allocated from the top of physical memory. |