sparc

来自「早期freebsd实现」· 代码 · 共 58 行

TXT
58
字号
#	@(#)SPARC	8.2 (Berkeley) 12/12/93## SPARCstation 1, 1+, 2, etc.include	"std.sparc"# obsolete timezone specoptions               TIMEZONE=480, DST=1# Standard system optionsoptions		SWAPPAGER, VNODEPAGER, DEVPAGER	# pagingoptions		DEBUG, DIAGNOSTIC	# extra kernel debuggingoptions		KTRACE			# system call tracing supportoptions		KGDB			# support for kernel gdboptions		KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rateoptions		RCONSOLE		# fast rasterop console# Filesystem optionsoptions		FIFO		# POSIX fifo support (in all filesystems)options		FFS, QUOTA	# fast filesystem with user and group quotasoptions		MFS		# memory-based filesystemoptions		NFS		# Sun NFS-compatible filesystemoptions		LOFS		# Loop-back filesystem#options	KERNFS		# kernel data-structure filesystemoptions		FDESC		# user file descriptor filesystem#options	UMAPFS		# uid/gid remapping filesystem#options	LFS		# Log-based filesystem (still experimental)#options	PORTAL		# portal filesystem (still experimental)# Networking optionsoptions		INET#options	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP#options	GATEWAY		# IP packet forwarding#options	ISO		# OSI networking#options	TPIP#options	EON# Options for SPARCstation hardwareoptions		COMPAT_SUNOS		# compatibility with SunOS binariesconfig		vmunix	root on sd0 swap on sd0 and sd1 and sd2 and sd3dma*	at sbus0 slot ? offset ?esp*	at sbus0 slot ? offset ?	# nb., esp is a `scsi'tg*	at scsi? target ?sd*	at tg? drive ?bwtwo*	at sbus? slot ? offset ?cgthree* at sbus? slot ? offset ?cgsix*	at sbus? slot ? offset ?le*	at sbus? slot ? offset ?pseudo-device	looppseudo-device	ptypseudo-device	sl

⌨️ 快捷键说明

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