files.usermode revision 1.9
11.9Sjmcneill# $NetBSD: files.usermode,v 1.9 2011/09/03 18:42:13 jmcneill Exp $ 21.1Sjmcneill 31.1Sjmcneillmaxpartitions 8 41.1Sjmcneillmaxusers 8 16 64 51.1Sjmcneill 61.1Sjmcneilldefparam opt_memsize.h MEMSIZE 71.6Sjmcneilldefflag opt_sdl.h SDL 81.7Sjmcneilldefflag opt_cpu.h CPU_DEBUG 91.9Sjmcneilldefparam opt_cpu.h CPU_HOST 101.8Sjmcneilldefflag opt_urkelvisor.h URKELVISOR 111.1Sjmcneill 121.1Sjmcneilldefine thunkbus { } 131.1Sjmcneill 141.1Sjmcneilldevice mainbus: thunkbus 151.1Sjmcneillattach mainbus at root 161.1Sjmcneillfile arch/usermode/dev/mainbus.c mainbus 171.1Sjmcneill 181.1Sjmcneilldevice cpu { } 191.1Sjmcneillattach cpu at thunkbus 201.1Sjmcneillfile arch/usermode/dev/cpu.c cpu 211.1Sjmcneill 221.1Sjmcneilldevice clock { } 231.1Sjmcneillattach clock at thunkbus 241.1Sjmcneillfile arch/usermode/dev/clock.c clock 251.1Sjmcneill 261.1Sjmcneilldevice ttycons { } : tty 271.1Sjmcneillattach ttycons at thunkbus 281.1Sjmcneillfile arch/usermode/dev/ttycons.c ttycons 291.1Sjmcneill 301.4Sjmcneillattach ld at thunkbus with ld_thunkbus 311.4Sjmcneillfile arch/usermode/dev/ld_thunkbus.c ld_thunkbus 321.4Sjmcneill 331.6Sjmcneillattach genfb at thunkbus with genfb_thunkbus 341.6Sjmcneillfile arch/usermode/dev/genfb_thunkbus.c genfb_thunkbus 351.6Sjmcneill 361.1Sjmcneillfile arch/usermode/usermode/copy.c 371.1Sjmcneillfile arch/usermode/usermode/machdep.c 381.1Sjmcneillfile arch/usermode/usermode/pmap.c 391.1Sjmcneillfile arch/usermode/usermode/process_machdep.c 401.5Sjmcneillfile arch/usermode/usermode/procfs_machdep.c procfs 411.1Sjmcneillfile arch/usermode/usermode/sys_machdep.c 421.1Sjmcneillfile arch/usermode/usermode/syscall.c 431.1Sjmcneillfile arch/usermode/usermode/trap.c 441.1Sjmcneillfile arch/usermode/usermode/vm_machdep.c 451.1Sjmcneillfile dev/cons.c 461.1Sjmcneillfile dev/md_root.c memory_disk_hooks 471.4Sjmcneillfile kern/subr_disk_mbr.c disk 481.1Sjmcneill 491.1Sjmcneillinclude "arch/usermode/conf/majors.usermode" 50