files.usermode revision 1.7
1# $NetBSD: files.usermode,v 1.7 2011/08/27 21:43:06 jmcneill Exp $
2
3maxpartitions 8
4maxusers 8 16 64
5
6defparam opt_memsize.h				MEMSIZE
7defflag opt_sdl.h				SDL
8defflag opt_cpu.h				CPU_DEBUG
9
10define	thunkbus { }
11
12device	mainbus: thunkbus
13attach	mainbus at root
14file	arch/usermode/dev/mainbus.c		mainbus
15
16device	cpu { }
17attach	cpu at thunkbus
18file	arch/usermode/dev/cpu.c			cpu
19
20device	clock { }
21attach	clock at thunkbus
22file	arch/usermode/dev/clock.c		clock
23
24device	ttycons { } : tty
25attach	ttycons at thunkbus
26file	arch/usermode/dev/ttycons.c		ttycons
27
28attach	ld at thunkbus with ld_thunkbus
29file	arch/usermode/dev/ld_thunkbus.c		ld_thunkbus
30
31attach	genfb at thunkbus with genfb_thunkbus
32file	arch/usermode/dev/genfb_thunkbus.c	genfb_thunkbus
33
34file	arch/usermode/usermode/copy.c
35file	arch/usermode/usermode/machdep.c
36file	arch/usermode/usermode/pmap.c
37file	arch/usermode/usermode/process_machdep.c
38file	arch/usermode/usermode/procfs_machdep.c	procfs
39file	arch/usermode/usermode/sys_machdep.c
40file	arch/usermode/usermode/syscall.c
41file	arch/usermode/usermode/trap.c
42file	arch/usermode/usermode/vm_machdep.c
43file	dev/cons.c
44file	dev/md_root.c				memory_disk_hooks
45file	kern/subr_disk_mbr.c			disk
46
47include "arch/usermode/conf/majors.usermode"
48