Searched refs:MEMORY_DISK_ROOT_SIZE (Results 1 – 25 of 176) sorted by relevance
12345678
| /netbsd/src/sys/dev/ |
| D | md_root.c | 53 #ifdef MEMORY_DISK_ROOT_SIZE 54 #error MEMORY_DISK_ROOT_SIZE is not compatible with MEMORY_DISK_IMAGE 63 #ifndef MEMORY_DISK_ROOT_SIZE 64 #define MEMORY_DISK_ROOT_SIZE 512 macro 66 #define ROOTBYTES (MEMORY_DISK_ROOT_SIZE << DEV_BSHIFT)
|
| /netbsd/src/sys/arch/acorn32/dev/ |
| D | md_hooks.c | 44 #ifdef MEMORY_DISK_ROOT_SIZE 45 #define ROOTBYTES (MEMORY_DISK_ROOT_SIZE << DEV_BSHIFT) 68 #ifdef MEMORY_DISK_ROOT_SIZE in md_attach_hook() 101 #if !defined(MEMORY_DISK_ROOT_SIZE) && NFDC > 0 in md_open_hook()
|
| /netbsd/src/sys/arch/evbarm/conf/ |
| D | RPI2_INSTALL | 10 no options MEMORY_DISK_ROOT_SIZE 11 options MEMORY_DISK_ROOT_SIZE=56524
|
| D | RPI_INSTALL | 10 no options MEMORY_DISK_ROOT_SIZE 11 options MEMORY_DISK_ROOT_SIZE=90000
|
| D | INSTALL | 8 options MEMORY_DISK_ROOT_SIZE=8192
|
| D | NETWALKER_MD | 10 options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks
|
| D | ZAO425_MD | 11 options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks
|
| /netbsd/src/sys/arch/dreamcast/conf/ |
| D | GENERIC_MD | 12 options MEMORY_DISK_ROOT_SIZE=2880 # size of memory disk, in blocks 13 #options MEMORY_DISK_ROOT_SIZE=6000
|
| /netbsd/src/sys/arch/pmax/conf/ |
| D | RAMDISK | 16 options MEMORY_DISK_ROOT_SIZE=9400 # size of memory disk, in blocks (4700kB) 17 #options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
|
| /netbsd/src/sys/arch/emips/conf/ |
| D | RAMDISK | 18 options MEMORY_DISK_ROOT_SIZE=7800 # size of memory disk, in blocks (3900kB) 19 #options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
|
| /netbsd/src/sys/arch/mac68k/conf/ |
| D | RAMDISK | 9 options MEMORY_DISK_ROOT_SIZE=5120 # 2.5 MB
|
| /netbsd/src/sys/arch/evbmips/conf/ |
| D | WGT624V3 | 24 #options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks 25 #options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 26 #options MEMORY_DISK_ROOT_SIZE=7300
|
| /netbsd/src/sys/arch/sandpoint/conf/ |
| D | INSTALL_KURO | 10 options MEMORY_DISK_ROOT_SIZE=4800 # 2400KB
|
| D | INSTALL | 10 options MEMORY_DISK_ROOT_SIZE=4800 # 2400KB
|
| /netbsd/src/sys/arch/macppc/conf/ |
| D | GENERIC_MD | 11 options MEMORY_DISK_ROOT_SIZE=6000 # 3000 KiB
|
| /netbsd/src/sys/arch/rs6000/conf/ |
| D | INSTALL | 11 options MEMORY_DISK_ROOT_SIZE=4352 # 2.125 mb
|
| /netbsd/src/sys/arch/hpcarm/conf/ |
| D | INSTALL_JORNADA720 | 13 options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks
|
| D | INSTALL_WZERO3 | 13 options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks
|
| /netbsd/src/sys/arch/ofppc/conf/ |
| D | INSTALL | 12 options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
|
| /netbsd/src/sys/arch/sgimips/conf/ |
| D | INSTALL64_IP2x | 14 options MEMORY_DISK_ROOT_SIZE=6600# size of memory disk, in blocks (3300K)
|
| D | INSTALL64_IP3x | 14 options MEMORY_DISK_ROOT_SIZE=8192# size of memory disk, in blocks (4MB)
|
| /netbsd/src/sys/arch/hppa/conf/ |
| D | RAMDISK | 12 options MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk, in blocks
|
| /netbsd/src/sys/arch/alpha/conf/ |
| D | RAMDISK | 12 options MEMORY_DISK_ROOT_SIZE=8192 # 4 Megabytes!
|
| /netbsd/src/sys/arch/evbsh3/conf/ |
| D | T_SH7706LSR_INSTALL | 14 options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
|
| /netbsd/src/sys/arch/amd64/conf/ |
| D | INSTALL_XEN3_DOMU | 15 options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
|
12345678