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

📄 00bsp.cdf

📁 VxWorks的bootloader实现
💻 CDF
字号:
/* 00bsp.cdf - BSP specific component description file */ /* Copyright 1984-1999 Wind River Systems, Inc.  */ /*modification history--------------------01c,15may01,pch  Rename local floppy driver to fix clash with generic in	         project facility 01b,26oct00,kab  Make generic01a,06jul99,jkf  written*//*DESCRIPTIONThis file contains descriptions for BSP specific components.  These may override the defaults.  The configuration tool searches for .cdf files in fourplaces; comps/vxworks, arch/<arch>, config/<bsp>, and the project directory.  This file describes theBSP specific components available to this BSP.*/ /* BSP specifics */Parameter FD_CACHE_SIZE {	NAME		Disk cache for Floppy Disk	SYNOPSIS	Recommended 128K to compensate for slow mechanics	TYPE		int	DEFAULT		(128*1024)}Component INCLUDE_FDC {	NAME		floppy drive (Motorola NEC 765)	SYNOPSIS	NEC 765 floppy drive component	MODULES		isaDma.o fdcDrv.o	CONFIGLETTES	usrFdc.c	INIT_RTN	fdcDrv (FD_INT_VEC, FD_INT_LVL);	CFG_PARAMS	FD_INT_VEC FD_INT_LVL FD_CACHE_SIZE	HDR_FILES	fdc.h }

⌨️ 快捷键说明

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