files.usermode revision 1.14
11.14Sjmcneill# $NetBSD: files.usermode,v 1.14 2011/12/26 21:06:42 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.14Sjmcneilldevice	vaudio { } : audiobus, auconv, aurateconv, mulaw
351.14Sjmcneillattach	vaudio at thunkbus
361.14Sjmcneillfile	arch/usermode/dev/vaudio.c		vaudio
371.14Sjmcneill
381.4Sjmcneillattach	ld at thunkbus with ld_thunkbus
391.4Sjmcneillfile	arch/usermode/dev/ld_thunkbus.c		ld_thunkbus
401.4Sjmcneill
411.6Sjmcneillattach	genfb at thunkbus with genfb_thunkbus
421.6Sjmcneillfile	arch/usermode/dev/genfb_thunkbus.c	genfb_thunkbus
431.6Sjmcneill
441.1Sjmcneillfile	arch/usermode/usermode/copy.c
451.10Sjmcneillfile	arch/usermode/usermode/intr.c
461.1Sjmcneillfile	arch/usermode/usermode/machdep.c
471.1Sjmcneillfile	arch/usermode/usermode/pmap.c
481.1Sjmcneillfile	arch/usermode/usermode/process_machdep.c
491.5Sjmcneillfile	arch/usermode/usermode/procfs_machdep.c	procfs
501.1Sjmcneillfile	arch/usermode/usermode/sys_machdep.c
511.1Sjmcneillfile	arch/usermode/usermode/syscall.c
521.1Sjmcneillfile	arch/usermode/usermode/trap.c
531.1Sjmcneillfile	arch/usermode/usermode/vm_machdep.c
541.1Sjmcneillfile	dev/cons.c
551.1Sjmcneillfile	dev/md_root.c				memory_disk_hooks
561.4Sjmcneillfile	kern/subr_disk_mbr.c			disk
571.1Sjmcneill
581.1Sjmcneillinclude "arch/usermode/conf/majors.usermode"
59