Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / usermode / conf / GENERIC
blobaaca11ff175f6498a77b203f506426e7bf5759d3
1 # $NetBSD: GENERIC,v 1.3 2008/08/10 15:31:22 tls Exp $
3 include "arch/usermode/conf/std.usermode"
5 options         INCLUDE_CONFIG_FILE
6 #ident          "GENERIC-$Revision: 1.4 $"
7 maxusers        32
8 makeoptions     DEBUG="-g3"
9 makeoptions     COPTS="-O2 -fno-omit-frame-pointer"
11 #options        MEMSIZE=65536   # amount of memory to allocate (in KB)
12 options         MEMSIZE=131072
14 options         RTC_OFFSET=0
15 options         KTRACE
16 options         USERCONF
18 #options        DEBUG
19 #options        DIAGNOSTIC
20 #options        LOCKDEBUG
22 options         NKMEMPAGES=256
24 #options        DDB
25 #options        DDB_HISTORY_SIZE=512
27 options         COMPAT_BSDPTY
29 file-system     FFS
30 file-system     FDESC
31 file-system     KERNFS
32 file-system     TMPFS
34 options         INET
35 options         NFS_BOOT_DHCP
36 options         NFS_BOOT_BOOTPARAM
38 config          netbsd  root on ? type ?
40 mainbus0        at root
41 cpu0            at mainbus?
42 clock0          at mainbus?
43 ttycons0        at mainbus?
45 pseudo-device   loop
46 pseudo-device   md      1
49 # accept filters
50 pseudo-device   accf_data               # "dataready" accept filter
51 pseudo-device   accf_http               # "httpready" accept filter
53 options         MEMORY_DISK_HOOKS
54 options         MEMORY_DISK_IS_ROOT
55 options         MEMORY_DISK_SERVER=0
56 options         MEMORY_DISK_ROOT_SIZE=10000
57 options         MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode