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