1 # $NetBSD: files.usermode,v 1.14 2011/12/26 21:06:42 jmcneill Exp $ 2 3 maxpartitions 8 4 maxusers 8 16 64 5 6 defparam opt_memsize.h MEMSIZE 7 defflag opt_sdl.h SDL 8 defflag opt_cpu.h CPU_DEBUG 9 defparam opt_cpu.h CPU_HOST 10 defparam opt_misc.h TEXTADDR 11 12 define thunkbus { } 13 14 device mainbus: thunkbus 15 attach mainbus at root 16 file arch/usermode/dev/mainbus.c mainbus 17 18 device cpu { } 19 attach cpu at thunkbus 20 file arch/usermode/dev/cpu.c cpu 21 22 device clock { } 23 attach clock at thunkbus 24 file arch/usermode/dev/clock.c clock 25 26 device ttycons { } : tty 27 attach ttycons at thunkbus 28 file arch/usermode/dev/ttycons.c ttycons 29 30 device veth { } : arp, ether, ifnet 31 attach veth at thunkbus 32 file arch/usermode/dev/if_veth.c veth 33 34 device vaudio { } : audiobus, auconv, aurateconv, mulaw 35 attach vaudio at thunkbus 36 file arch/usermode/dev/vaudio.c vaudio 37 38 attach ld at thunkbus with ld_thunkbus 39 file arch/usermode/dev/ld_thunkbus.c ld_thunkbus 40 41 attach genfb at thunkbus with genfb_thunkbus 42 file arch/usermode/dev/genfb_thunkbus.c genfb_thunkbus 43 44 file arch/usermode/usermode/copy.c 45 file arch/usermode/usermode/intr.c 46 file arch/usermode/usermode/machdep.c 47 file arch/usermode/usermode/pmap.c 48 file arch/usermode/usermode/process_machdep.c 49 file arch/usermode/usermode/procfs_machdep.c procfs 50 file arch/usermode/usermode/sys_machdep.c 51 file arch/usermode/usermode/syscall.c 52 file arch/usermode/usermode/trap.c 53 file arch/usermode/usermode/vm_machdep.c 54 file dev/cons.c 55 file dev/md_root.c memory_disk_hooks 56 file kern/subr_disk_mbr.c disk 57 58 include "arch/usermode/conf/majors.usermode" 59