⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 generic

📁 操作系统SunOS 4.1.3版本的源码
💻
字号:
## @(#) GENERIC from master 1.47 91/08/05 SMI## This config file describes a generic Sun-4c kernel, including all# possible standard devices and software options.## The following lines include support for all Sun-4c CPU types.# There is little to be gained by removing support for particular# CPUs, so you might as well leave them all in.#machine		"sun4c"cpu		"SUN4C_60"	# Sun-4/60  (it's really for all the Sun-4c's)## Name this kernel GENERIC.#ident		"GENERIC"## This kernel supports about 8 users.  Count one user for each# timesharing user, one for each window that you typically use, and one# for each diskless client you serve.  This is only an approximation used# to control the size of various kernel data structures, not a hard limit.#maxusers	8## Include all possible software options.## The INET option is not really optional; every kernel must include it.#options	INET		# basic networking support - mandatory## The following options are all filesystem related.  You only need# QUOTA if you have UFS.  You only need UFS if you have a disk.# Diskless machines can remove QUOTA, UFS, and NFSSERVER.  LOFS and TFS# are only needed if you're using the Sun Network Software Environment.# HSFS is only needed if you have a CD-ROM drive and want to access# ISO-9660, High Sierra, or Rock Ridge format CD discs.#options	QUOTA		# disk quotas for local disksoptions	UFS		# filesystem code for local disksoptions	NFSCLIENT	# NFS client side codeoptions	NFSSERVER	# NFS server side codeoptions	LOFS		# loopback filesystem - needed by NSEoptions	TFS		# translucent filesystem - needed by NSEoptions	TMPFS		# tmp (anonymous memory) file systemoptions	HSFS		# High Sierra (ISO 9660) with Rock Ridge extensions CD-ROM file systemoptions	PCFS		# Unix access to MS-DOS file system## The following options are for accounting and auditing.  SYSAUDIT# should be removed unless you are using the C2 security features.#options	SYSACCT		# process accounting, see acct(2) & sa(8)options	SYSAUDIT	# C2 auditing for security## The following options are for various System V IPC facilities.# Most standard software does not need them, although they are# used by SunGKS and some third-party software.#options	IPCMESSAGE	# System V IPC message facilityoptions	IPCSEMAPHORE	# System V IPC semaphore facilityoptions	IPCSHMEM	# System V IPC shared-memory facility## The following option is only needed if you want to use the trpt# command to debug TCP problems.#options	TCPDEBUG	# TCP debugging, see trpt(8)## The following option includes the software DES support, needed if# you're using secure NFS or secure RPC.#options	CRYPT		# software encryption## The following two options are only needed if you want to use RFS.#options	RFSoptions	VFSSTATS## The following two options are needed for asynchronous I/O.#options	LWP		# kernel threadsoptions	ASYNCHIO	# asynch I/O (requires LWP)## The following option adds support for loadable kernel modules.#options	VDDRV		# loadable modules## The following option adds support for SunView 1 journaling.#options	WINSVJ		# SunView 1 journaling support## Build one kernel based on this basic configuration.# It will use the generic swap code so that you can have# your root filesystem and swap space on any supported device.# Put the kernel configured this way in a file named "vmunix".#config	vmunix	swap generic## Include support for all possible pseudo-devices.## The first few are mostly concerned with networking.# You should probably always leave these in.#pseudo-device	pty		# pseudo-tty's, also needed for SunViewpseudo-device	ether		# basic Ethernet supportpseudo-device	loop		# loopback network - mandatory## The next few are for SunWindows support, needed to run SunView 1.#pseudo-device	win128		# window devices, allow 128 windowspseudo-device	dtop4		# desktops (screens), allow 4pseudo-device	ms		# mouse support## The following is needed to support the Sun keyboard, with or# without the window system.#pseudo-device	kb		# keyboard support## The "open EEPROM" pseudo-device is required to support the# eeprom command.#pseudo-device	openeepr	# onboard configuration NVRAM## The following is needed to support the Sun dialbox.#pseudo-device	db	# dialbox support## The following is for the streams pipe device, which is required by RFS.#pseudo-device	sp		# streams pipe device## The following are for streams NIT support.  NIT is used by# etherfind, traffic, rarpd, and ndbootd.  As a rule of thumb,# NIT is almost always needed on a server and almost never# needed on a diskless client.#pseudo-device	snit		# streams NITpseudo-device	pf		# packet filterpseudo-device	nbuf		# NIT buffering module## The following is for the "clone" device, used with streams devices.# This is required if you include streams NIT support, RFS, or an audio# device.#pseudo-device	clone		# clone device## The following is for TLI. Include these if you want to use RFS and/or# the TLI library.#pseudo-device	tim64pseudo-device	tirw64## The following is for the TCP TLI stream head. This provides a TLI-conforming# interface on top of which you can run RFS and/or the TLI library. This is# required by RFS.#pseudo-device	tcptli32## The following section describes which standard device drivers this# kernel supports.#device-driver	sbus		# 'driver' for sbus interfacedevice-driver	bwtwo		# monochrome frame bufferdevice-driver	cgthree		# 8-bit color frame bufferdevice-driver	cgsix		# 8-bit accelerated color frame bufferdevice-driver	cgtwelve	# 24-bit accelerated color frame bufferdevice-driver	gt		# double-buffered 24-bit graphics acceleratordevice-driver	dma		# 'driver' for dma engine on sbus interfacedevice-driver	esp		# Emulex SCSI interfacedevice-driver	fd		# Floppy diskdevice-driver	audioamd	# AMD79C30A sound chipdevice-driver	lebuf		# ethernet bufferdevice-driver	le		# LANCE ethernetdevice-driver	zs		# UARTs## The following section describes SCSI device unit assignments.#scsibus0 at esp				# declare first scsi busdisk sd0 at scsibus0 target 3 lun 0	# first hard SCSI diskdisk sd1 at scsibus0 target 1 lun 0	# second hard SCSI diskdisk sd2 at scsibus0 target 2 lun 0	# third hard SCSI diskdisk sd3 at scsibus0 target 0 lun 0	# fourth hard SCSI disktape st0 at scsibus0 target 4 lun 0	# first SCSI tapetape st1 at scsibus0 target 5 lun 0	# second SCSI tapedisk sr0 at scsibus0 target 6 lun 0	# CD-ROM devicescsibus1 at esp				# declare second scsi busdisk sd4 at scsibus1 target 3 lun 0	# fifth hard SCSI diskdisk sd5 at scsibus1 target 1 lun 0	# sixth hard SCSI diskdisk sd6 at scsibus1 target 2 lun 0	# seventh hard SCSI diskdisk sd7 at scsibus1 target 0 lun 0	# eighth hard SCSI disktape st2 at scsibus1 target 4 lun 0	# third SCSI tapetape st3 at scsibus1 target 5 lun 0	# fourth SCSI tapedisk sr1 at scsibus1 target 6 lun 0	# 2nd CD-ROM devicescsibus2 at esp				# declare third scsi busdisk sd8 at scsibus2 target 3 lun 0	# ninth hard SCSI diskdisk sd9 at scsibus2 target 1 lun 0	# tenth hard SCSI diskdisk sd10 at scsibus2 target 2 lun 0	# eleventh hard SCSI diskdisk sd11 at scsibus2 target 0 lun 0	# twelfth hard SCSI diskscsibus3 at esp				# declare fourth scsi busdisk sd12 at scsibus3 target 3 lun 0	# thirteenth hard SCSI diskdisk sd13 at scsibus3 target 1 lun 0	# fourteenth hard SCSI diskdisk sd14 at scsibus3 target 2 lun 0	# fifteenth hard SCSI diskdisk sd15 at scsibus3 target 0 lun 0	# sixteenth hard SCSI disk

⌨️ 快捷键说明

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