操作系统SunOS 4.1.3版本的源码

源代码在线查看: conf.h

软件大小: 23768 K
上传用户: yong_715
关键词: SunOS 操作系统 版本 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				 * @(#)conf.h 1.1 92/07/30 SMI				 * Copyright (c) 1988 Sun Microsystems, Inc.				 */								/*				 * Declaration of block device list. This is vaguely analogous				 * to the block device switch bdevsw[] in the kernel's conf.h,				 * except that boot uses a boottab to collect the driver entry points.				 * Like bdevsw[], the bdevlist provides the link between the main unix				 * code and the driver.  The initialization of the device switches is in				 * the file /conf.c.				 */								#include 								struct  bdevlist {					char	*bl_name;					struct	boottab	*bl_driver;					dev_t	bl_root;					int	bl_flags;				};								#ifdef OPENPROMS				struct ndevlist {					char 	*nl_name;					struct	boottab	*nl_driver;					int	nl_root;				};								struct binfo {					int	ihandle;					char	*name;				};				#endif OPENPROMS							

相关资源