files.usermode revision 1.6
11.6Sjmcneill# $NetBSD: files.usermode,v 1.6 2011/08/25 11:06:29 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.1Sjmcneill
91.1Sjmcneilldefine	thunkbus { }
101.1Sjmcneill
111.1Sjmcneilldevice	mainbus: thunkbus
121.1Sjmcneillattach	mainbus at root
131.1Sjmcneillfile	arch/usermode/dev/mainbus.c		mainbus
141.1Sjmcneill
151.1Sjmcneilldevice	cpu { }
161.1Sjmcneillattach	cpu at thunkbus
171.1Sjmcneillfile	arch/usermode/dev/cpu.c			cpu
181.1Sjmcneill
191.1Sjmcneilldevice	clock { }
201.1Sjmcneillattach	clock at thunkbus
211.1Sjmcneillfile	arch/usermode/dev/clock.c		clock
221.1Sjmcneill
231.1Sjmcneilldevice	ttycons { } : tty
241.1Sjmcneillattach	ttycons at thunkbus
251.1Sjmcneillfile	arch/usermode/dev/ttycons.c		ttycons
261.1Sjmcneill
271.4Sjmcneillattach	ld at thunkbus with ld_thunkbus
281.4Sjmcneillfile	arch/usermode/dev/ld_thunkbus.c		ld_thunkbus
291.4Sjmcneill
301.6Sjmcneillattach	genfb at thunkbus with genfb_thunkbus
311.6Sjmcneillfile	arch/usermode/dev/genfb_thunkbus.c	genfb_thunkbus
321.6Sjmcneill
331.1Sjmcneillfile	arch/usermode/usermode/copy.c
341.1Sjmcneillfile	arch/usermode/usermode/machdep.c
351.1Sjmcneillfile	arch/usermode/usermode/pmap.c
361.1Sjmcneillfile	arch/usermode/usermode/process_machdep.c
371.5Sjmcneillfile	arch/usermode/usermode/procfs_machdep.c	procfs
381.1Sjmcneillfile	arch/usermode/usermode/sys_machdep.c
391.1Sjmcneillfile	arch/usermode/usermode/syscall.c
401.1Sjmcneillfile	arch/usermode/usermode/trap.c
411.1Sjmcneillfile	arch/usermode/usermode/vm_machdep.c
421.1Sjmcneillfile	dev/cons.c
431.1Sjmcneillfile	dev/md_root.c				memory_disk_hooks
441.4Sjmcneillfile	kern/subr_disk_mbr.c			disk
451.1Sjmcneill
461.1Sjmcneillinclude "arch/usermode/conf/majors.usermode"
47