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