1 # $NetBSD: files.usermode,v 1.13 2011/12/26 12:39:19 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 attach ld at thunkbus with ld_thunkbus 35 file arch/usermode/dev/ld_thunkbus.c ld_thunkbus 36 37 attach genfb at thunkbus with genfb_thunkbus 38 file arch/usermode/dev/genfb_thunkbus.c genfb_thunkbus 39 40 file arch/usermode/usermode/copy.c 41 file arch/usermode/usermode/intr.c 42 file arch/usermode/usermode/machdep.c 43 file arch/usermode/usermode/pmap.c 44 file arch/usermode/usermode/process_machdep.c 45 file arch/usermode/usermode/procfs_machdep.c procfs 46 file arch/usermode/usermode/sys_machdep.c 47 file arch/usermode/usermode/syscall.c 48 file arch/usermode/usermode/trap.c 49 file arch/usermode/usermode/vm_machdep.c 50 file dev/cons.c 51 file dev/md_root.c memory_disk_hooks 52 file kern/subr_disk_mbr.c disk 53 54 include "arch/usermode/conf/majors.usermode" 55