# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#
# $Header: config 1.15 90/06/28 $
#

modules {
	"16start.s"
	cpclr.s
	cswitch.s
	dbg_machdep.c
	fpa.c
	gate.s
	gate_data.c
	icode.s
	lock.s
	locore.s
	machdep.c
	mapuserio.c
	misc.s
	sema.c
	setjmp.s
	shadow.c
	start.s
	startup.c
	trap.c
	userio.s
	vm_machdep.c
}
header {
	sys/asm.h
	sys/fpu.h
	sys/gate.h
	sys/gdt.h
	sys/hwparam.h
	sys/inline.h
	sys/intctl.h
	sys/mc_mutex.h
	sys/mc_param.h
	sys/mc_vmmac.h
	sys/mc_vmparam.h
	sys/mftpr.h
	sys/mmu.h
	sys/plocal.h
	sys/psl.h
	sys/pte.h
	sys/ptrace.h
	sys/reg.h
	sys/scan.h
	sys/trap.h
}
space(at386_stubs.c)

NEXT=mem

pseudo-device
prefix = "mm"
functions("_init", "open", "read", "write", "mmap")
character(3)
modules {
	mem.c
}
