1 # $NetBSD: files.usermode,v 1.4 2011/08/12 12:59:13 jmcneill Exp $ 2 3 maxpartitions 8 4 maxusers 8 16 64 5 6 defparam opt_memsize.h MEMSIZE 7 8 define thunkbus { } 9 10 device mainbus: thunkbus 11 attach mainbus at root 12 file arch/usermode/dev/mainbus.c mainbus 13 14 device cpu { } 15 attach cpu at thunkbus 16 file arch/usermode/dev/cpu.c cpu 17 18 device clock { } 19 attach clock at thunkbus 20 file arch/usermode/dev/clock.c clock 21 22 device ttycons { } : tty 23 attach ttycons at thunkbus 24 file arch/usermode/dev/ttycons.c ttycons 25 26 attach ld at thunkbus with ld_thunkbus 27 file arch/usermode/dev/ld_thunkbus.c ld_thunkbus 28 29 file arch/usermode/usermode/copy.c 30 file arch/usermode/usermode/machdep.c 31 file arch/usermode/usermode/pmap.c 32 file arch/usermode/usermode/process_machdep.c 33 file arch/usermode/usermode/sys_machdep.c 34 file arch/usermode/usermode/syscall.c 35 file arch/usermode/usermode/trap.c 36 file arch/usermode/usermode/vm_machdep.c 37 file dev/cons.c 38 file dev/md_root.c memory_disk_hooks 39 file kern/subr_disk_mbr.c disk 40 41 include "arch/usermode/conf/majors.usermode" 42