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