files.usermode revision 1.13
11.13Sjmcneill# $NetBSD: files.usermode,v 1.13 2011/12/26 12:39:19 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.11Sjmcneilldefparam opt_misc.h				TEXTADDR
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.13Sjmcneilldevice	veth { } : arp, ether, ifnet
311.13Sjmcneillattach	veth at thunkbus
321.13Sjmcneillfile	arch/usermode/dev/if_veth.c		veth
331.13Sjmcneill
341.4Sjmcneillattach	ld at thunkbus with ld_thunkbus
351.4Sjmcneillfile	arch/usermode/dev/ld_thunkbus.c		ld_thunkbus
361.4Sjmcneill
371.6Sjmcneillattach	genfb at thunkbus with genfb_thunkbus
381.6Sjmcneillfile	arch/usermode/dev/genfb_thunkbus.c	genfb_thunkbus
391.6Sjmcneill
401.1Sjmcneillfile	arch/usermode/usermode/copy.c
411.10Sjmcneillfile	arch/usermode/usermode/intr.c
421.1Sjmcneillfile	arch/usermode/usermode/machdep.c
431.1Sjmcneillfile	arch/usermode/usermode/pmap.c
441.1Sjmcneillfile	arch/usermode/usermode/process_machdep.c
451.5Sjmcneillfile	arch/usermode/usermode/procfs_machdep.c	procfs
461.1Sjmcneillfile	arch/usermode/usermode/sys_machdep.c
471.1Sjmcneillfile	arch/usermode/usermode/syscall.c
481.1Sjmcneillfile	arch/usermode/usermode/trap.c
491.1Sjmcneillfile	arch/usermode/usermode/vm_machdep.c
501.1Sjmcneillfile	dev/cons.c
511.1Sjmcneillfile	dev/md_root.c				memory_disk_hooks
521.4Sjmcneillfile	kern/subr_disk_mbr.c			disk
531.1Sjmcneill
541.1Sjmcneillinclude "arch/usermode/conf/majors.usermode"
55