Home | History | Annotate | Line # | Download | only in conf
files.usermode revision 1.7
      1 # $NetBSD: files.usermode,v 1.7 2011/08/27 21:43:06 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 
     10 define	thunkbus { }
     11 
     12 device	mainbus: thunkbus
     13 attach	mainbus at root
     14 file	arch/usermode/dev/mainbus.c		mainbus
     15 
     16 device	cpu { }
     17 attach	cpu at thunkbus
     18 file	arch/usermode/dev/cpu.c			cpu
     19 
     20 device	clock { }
     21 attach	clock at thunkbus
     22 file	arch/usermode/dev/clock.c		clock
     23 
     24 device	ttycons { } : tty
     25 attach	ttycons at thunkbus
     26 file	arch/usermode/dev/ttycons.c		ttycons
     27 
     28 attach	ld at thunkbus with ld_thunkbus
     29 file	arch/usermode/dev/ld_thunkbus.c		ld_thunkbus
     30 
     31 attach	genfb at thunkbus with genfb_thunkbus
     32 file	arch/usermode/dev/genfb_thunkbus.c	genfb_thunkbus
     33 
     34 file	arch/usermode/usermode/copy.c
     35 file	arch/usermode/usermode/machdep.c
     36 file	arch/usermode/usermode/pmap.c
     37 file	arch/usermode/usermode/process_machdep.c
     38 file	arch/usermode/usermode/procfs_machdep.c	procfs
     39 file	arch/usermode/usermode/sys_machdep.c
     40 file	arch/usermode/usermode/syscall.c
     41 file	arch/usermode/usermode/trap.c
     42 file	arch/usermode/usermode/vm_machdep.c
     43 file	dev/cons.c
     44 file	dev/md_root.c				memory_disk_hooks
     45 file	kern/subr_disk_mbr.c			disk
     46 
     47 include "arch/usermode/conf/majors.usermode"
     48