Home
last modified time | relevance | path

Searched refs:MEMORY_DISK_ROOT_SIZE (Results 1 – 25 of 176) sorted by relevance

12345678

/netbsd/src/sys/dev/
Dmd_root.c53 #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/
Dmd_hooks.c44 #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/
DRPI2_INSTALL10 no options MEMORY_DISK_ROOT_SIZE
11 options MEMORY_DISK_ROOT_SIZE=56524
DRPI_INSTALL10 no options MEMORY_DISK_ROOT_SIZE
11 options MEMORY_DISK_ROOT_SIZE=90000
DINSTALL8 options MEMORY_DISK_ROOT_SIZE=8192
DNETWALKER_MD10 options MEMORY_DISK_ROOT_SIZE=8192 # Size in blocks
DZAO425_MD11 options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks
/netbsd/src/sys/arch/dreamcast/conf/
DGENERIC_MD12 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/
DRAMDISK16 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/
DRAMDISK18 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/
DRAMDISK9 options MEMORY_DISK_ROOT_SIZE=5120 # 2.5 MB
/netbsd/src/sys/arch/evbmips/conf/
DWGT624V324 #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/
DINSTALL_KURO10 options MEMORY_DISK_ROOT_SIZE=4800 # 2400KB
DINSTALL10 options MEMORY_DISK_ROOT_SIZE=4800 # 2400KB
/netbsd/src/sys/arch/macppc/conf/
DGENERIC_MD11 options MEMORY_DISK_ROOT_SIZE=6000 # 3000 KiB
/netbsd/src/sys/arch/rs6000/conf/
DINSTALL11 options MEMORY_DISK_ROOT_SIZE=4352 # 2.125 mb
/netbsd/src/sys/arch/hpcarm/conf/
DINSTALL_JORNADA72013 options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks
DINSTALL_WZERO313 options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks
/netbsd/src/sys/arch/ofppc/conf/
DINSTALL12 options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
/netbsd/src/sys/arch/sgimips/conf/
DINSTALL64_IP2x14 options MEMORY_DISK_ROOT_SIZE=6600# size of memory disk, in blocks (3300K)
DINSTALL64_IP3x14 options MEMORY_DISK_ROOT_SIZE=8192# size of memory disk, in blocks (4MB)
/netbsd/src/sys/arch/hppa/conf/
DRAMDISK12 options MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk, in blocks
/netbsd/src/sys/arch/alpha/conf/
DRAMDISK12 options MEMORY_DISK_ROOT_SIZE=8192 # 4 Megabytes!
/netbsd/src/sys/arch/evbsh3/conf/
DT_SH7706LSR_INSTALL14 options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks
/netbsd/src/sys/arch/amd64/conf/
DINSTALL_XEN3_DOMU15 options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks

12345678