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