files.usermode revision 1.7
11.7Sjmcneill# $NetBSD: files.usermode,v 1.7 2011/08/27 21:43:06 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.1Sjmcneill
101.1Sjmcneilldefine	thunkbus { }
111.1Sjmcneill
121.1Sjmcneilldevice	mainbus: thunkbus
131.1Sjmcneillattach	mainbus at root
141.1Sjmcneillfile	arch/usermode/dev/mainbus.c		mainbus
151.1Sjmcneill
161.1Sjmcneilldevice	cpu { }
171.1Sjmcneillattach	cpu at thunkbus
181.1Sjmcneillfile	arch/usermode/dev/cpu.c			cpu
191.1Sjmcneill
201.1Sjmcneilldevice	clock { }
211.1Sjmcneillattach	clock at thunkbus
221.1Sjmcneillfile	arch/usermode/dev/clock.c		clock
231.1Sjmcneill
241.1Sjmcneilldevice	ttycons { } : tty
251.1Sjmcneillattach	ttycons at thunkbus
261.1Sjmcneillfile	arch/usermode/dev/ttycons.c		ttycons
271.1Sjmcneill
281.4Sjmcneillattach	ld at thunkbus with ld_thunkbus
291.4Sjmcneillfile	arch/usermode/dev/ld_thunkbus.c		ld_thunkbus
301.4Sjmcneill
311.6Sjmcneillattach	genfb at thunkbus with genfb_thunkbus
321.6Sjmcneillfile	arch/usermode/dev/genfb_thunkbus.c	genfb_thunkbus
331.6Sjmcneill
341.1Sjmcneillfile	arch/usermode/usermode/copy.c
351.1Sjmcneillfile	arch/usermode/usermode/machdep.c
361.1Sjmcneillfile	arch/usermode/usermode/pmap.c
371.1Sjmcneillfile	arch/usermode/usermode/process_machdep.c
381.5Sjmcneillfile	arch/usermode/usermode/procfs_machdep.c	procfs
391.1Sjmcneillfile	arch/usermode/usermode/sys_machdep.c
401.1Sjmcneillfile	arch/usermode/usermode/syscall.c
411.1Sjmcneillfile	arch/usermode/usermode/trap.c
421.1Sjmcneillfile	arch/usermode/usermode/vm_machdep.c
431.1Sjmcneillfile	dev/cons.c
441.1Sjmcneillfile	dev/md_root.c				memory_disk_hooks
451.4Sjmcneillfile	kern/subr_disk_mbr.c			disk
461.1Sjmcneill
471.1Sjmcneillinclude "arch/usermode/conf/majors.usermode"
48