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