40 lines
872 B
Plaintext
40 lines
872 B
Plaintext
#
|
|
# @(#)SAS 1.1 94/10/31 SMI
|
|
#
|
|
# Configuration file for running the Sparc Architecture Simulator.
|
|
#
|
|
# A complete configuration of a SAS kernel requires the creation
|
|
# of a sas_simdef.h file in the directory that the objects are
|
|
# created in. This file contains definitions for the real devices
|
|
# that the simulator will use e.g.:
|
|
#
|
|
# #define SIMD_RDEV "/dev/rxy0a"
|
|
# #define SIMD_RSIZE 32830
|
|
# #define SIMD_SDEV "/dev/rxy0b"
|
|
# #define SIMD_SSIZE 65660
|
|
#
|
|
machine "sun4c"
|
|
cpu "SUN4C_60" # Sun-4C/60
|
|
ident "SAS"
|
|
maxusers 4
|
|
options SAS
|
|
options INET
|
|
options UFS
|
|
#
|
|
# BUILD OPTIONS FOR DEBUG ONLY
|
|
#
|
|
options PAGE_DEBUG
|
|
|
|
#
|
|
# optional but usually enabled for SAS
|
|
# SYSCALLTRACE requires os/syscalls.c to exist
|
|
#options SYSCALLTRACE
|
|
#options TRAPDEBUG
|
|
#options TRAPWINDOW
|
|
|
|
config vmunix root on sim0 swap on sim0
|
|
|
|
pseudo-device pty
|
|
pseudo-device ether
|
|
pseudo-device loop
|