# 
# Mach Operating System
# Copyright (c) 1992 Carnegie Mellon University
# Copyright (c) 1992 Helsinki University of Technology
# All Rights Reserved.
# 
# Permission to use, copy, modify and distribute this software and its
# documentation is hereby granted, provided that both the copyright
# notice and this permission notice appear in all copies of the
# software, derivative works or modified versions, and any portions
# thereof, and that both notices appear in supporting documentation.
# 
# CARNEGIE MELLON AND HELSINKI UNIVERSITY OF TECHNOLOGY ALLOW FREE USE
# OF THIS SOFTWARE IN ITS "AS IS" CONDITION.  CARNEGIE MELLON AND
# HELSINKI UNIVERSITY OF TECHNOLOGY DISCLAIM ANY LIABILITY OF ANY KIND
# FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
# 
# Carnegie Mellon requests users of this software to return to
# 
#  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
#  School of Computer Science
#  Carnegie Mellon University
#  Pittsburgh PA 15213-3890
# 
# any improvements or extensions that they make and grant Carnegie Mellon 
# the rights to redistribute these changes.
#
#
# HISTORY
# 15-May-92  Johannes Helander (jvh) at Helsinki University of Technology
#	Created.
#
# $Log: MASTER.ns532,v $
#
#
# 
#  Master ns532 configuration file (see the master machine independent
#  configuration file for a description of the file format).
#
#	
#	#####################################################################
#	
#	  ns532 (PSEUDO-)DEVICES (select any combination)
#	
#	  CPU TYPE (select exactly one)
#	PC532
#	
#	#####################################################################
#	
#	  Standard Mach Research Configurations:
#	  -------- ---- -------- ---------------
#	
#	  BOOT	   = [ pc532 power scsi sdp com ]
#
#	  STD	   = [ pc532 power ]
#	
#	  WS	   = [ scsi sdp aic com ]
#
#	  TEST	   = [ ]
#
#	#####################################################################
#

conftype	"pc532"			# <pc532>
platform	PC532			# <pc532>

config		mach_kernel

makevariables	TEXTORG=18002000	#
makevariables	LINENO="-g"		# <lineno>

# I don't know about this. Probably has no effect.
options		MACH_LOAD		#

# Check values given to splN, splx
options		SPLDEBUG		# <spldebug>

# Show idle on leds
options		IDLELEDS		# <idleleds>

#
#  Devices
#
device		com0			# <com>
device		com1			# <com>
device		com2			# <com>
device		com3			# <com>
device		com4			# <com>
device		com5			# <com>
device		com6			# <com>
device		com7			# <com>

# Generic scsi drivers
pseudo-device	scsi	2		# <scsi>
pseudo-device	sdp	1		# <sdp>
pseudo-device	aic	1		# <aic>

# Kivinen's hex display. Requires aic driver.
pseudo-device	hexpanel 1		# <hexpanel>

################# END of MASTER.ns532 #####################
