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