40 lines
994 B
Plaintext
40 lines
994 B
Plaintext
#
|
|
# @(#)SAS 1.1 94/10/31
|
|
#
|
|
# Configuration file for running the Sparc Architecture Simulator.
|
|
#
|
|
machine "sun4m"
|
|
cpu "SUN4M_60" # Sun-4m/60
|
|
cpu "SUN4M_50" # Sun-4m/50
|
|
cpu "SUN4M_40" # Sun-4m/40
|
|
ident "SAS"
|
|
maxusers 4
|
|
#
|
|
options SAS # build kernel for SAS
|
|
options INET # required
|
|
options UFS # required
|
|
#
|
|
# Debugging Options
|
|
#
|
|
options TRAPDEBUG # enable trap debugging
|
|
options TRAPWINDOW # save window at trap time
|
|
options SYSCALLTRACE # enable system call trace
|
|
options TRAPTRACE # enable system trap trace
|
|
options SYSCALL_TRACE_STRINGS # print strings in syscall args
|
|
options SHOWSTAGE # describe all calls to "resume"
|
|
options PAGE_DEBUG # page debugging
|
|
|
|
config vmunix root on sim0 swap on sim0
|
|
|
|
pseudo-device pty
|
|
pseudo-device ether
|
|
pseudo-device loop
|
|
|
|
device-driver obio # bus driver
|
|
device-driver iommu # bus driver
|
|
device-driver sbus # bus driver
|
|
device-driver vme # bus driver
|
|
|
|
device-driver simc # simulator console
|
|
device-driver simd # simulator disk
|