Lines Matching refs:dev
30 To use RAM disk support with your system, run './MAKEDEV ram' from the /dev
32 for /dev/ram0, etc. If used, modern kernels use /dev/ram0 for an initrd.
88 /usr/src/linux# cat arch/i386/boot/zImage > /dev/fd0
89 /usr/src/linux# rdev /dev/fd0 /dev/fd0
90 /usr/src/linux# rdev -r /dev/fd0 49152
104 example, we will use the RAM disk device, "/dev/ram0".
107 of RAM. If using a spare disk partition instead of /dev/ram0, then this
116 dd if=/dev/zero of=/dev/ram0 bs=1k count=2048
120 mke2fs -vm0 /dev/ram0 2048
122 c) Mount it, copy the files you want to it (eg: /etc/* /dev/* ...)
129 dd if=/dev/ram0 bs=1k count=2048 | gzip -v9 > /tmp/ram_image.gz
133 dd if=zImage of=/dev/fd0 bs=1k
142 dd if=/tmp/ram_image.gz of=/dev/fd0 bs=1k seek=400
148 rdev /dev/fd0 /dev/fd0
149 rdev -r /dev/fd0 49552