simul

来自「操作系统SunOS 4.1.3版本的源码」· 代码 · 共 30 行

TXT
30
字号
## @(#)SIMUL 1.4 88/06/17 SMI## Configuration file for running the Behavioral Simulator, based upon# 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/60ident		"SIMUL"maxusers	4options		SASoptions		INEToptions		UFSconfig		vmunix		root on sim0 swap on sim0pseudo-device	ptypseudo-device	etherpseudo-device	loop

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?