1 # $NetBSD: files.usermode,v 1.11 2011/09/16 11:28:36 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 defflag opt_urkelvisor.h URKELVISOR 12 13 define thunkbus { } 14 15 device mainbus: thunkbus 16 attach mainbus at root 17 file arch/usermode/dev/mainbus.c mainbus 18 19 device cpu { } 20 attach cpu at thunkbus 21 file arch/usermode/dev/cpu.c cpu 22 23 device clock { } 24 attach clock at thunkbus 25 file arch/usermode/dev/clock.c clock 26 27 device ttycons { } : tty 28 attach ttycons at thunkbus 29 file arch/usermode/dev/ttycons.c ttycons 30 31 attach ld at thunkbus with ld_thunkbus 32 file arch/usermode/dev/ld_thunkbus.c ld_thunkbus 33 34 attach genfb at thunkbus with genfb_thunkbus 35 file arch/usermode/dev/genfb_thunkbus.c genfb_thunkbus 36 37 file arch/usermode/usermode/copy.c 38 file arch/usermode/usermode/intr.c 39 file arch/usermode/usermode/machdep.c 40 file arch/usermode/usermode/pmap.c 41 file arch/usermode/usermode/process_machdep.c 42 file arch/usermode/usermode/procfs_machdep.c procfs 43 file arch/usermode/usermode/sys_machdep.c 44 file arch/usermode/usermode/syscall.c 45 file arch/usermode/usermode/trap.c 46 file arch/usermode/usermode/vm_machdep.c 47 file dev/cons.c 48 file dev/md_root.c memory_disk_hooks 49 file kern/subr_disk_mbr.c disk 50 51 include "arch/usermode/conf/majors.usermode" 52