aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ramdisk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/ramdisk.txt')
-rw-r--r--Documentation/ramdisk.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/ramdisk.txt b/Documentation/ramdisk.txt
index 33e987df071e..6c820baa19a6 100644
--- a/Documentation/ramdisk.txt
+++ b/Documentation/ramdisk.txt
@@ -31,13 +31,6 @@ To use RAM disk support with your system, run './MAKEDEV ram' from the /dev
31directory. RAM disks are all major number 1, and start with minor number 0 31directory. RAM disks are all major number 1, and start with minor number 0
32for /dev/ram0, etc. If used, modern kernels use /dev/ram0 for an initrd. 32for /dev/ram0, etc. If used, modern kernels use /dev/ram0 for an initrd.
33 33
34The old "ramdisk=<ram_size>" has been changed to "ramdisk_size=<ram_size>" to
35make it clearer. The original "ramdisk=<ram_size>" has been kept around for
36compatibility reasons, but it may be removed in the future.
37There are also config symbols (in the Block drivers config menu) for these
38variables: BLK_DEV_RAM_SIZE defaults to 4096 and BLK_DEV_RAM_BLOCKSIZE
39defaults to 1024.
40
41The new RAM disk also has the ability to load compressed RAM disk images, 34The new RAM disk also has the ability to load compressed RAM disk images,
42allowing one to squeeze more programs onto an average installation or 35allowing one to squeeze more programs onto an average installation or
43rescue floppy disk. 36rescue floppy disk.