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

📄 mk_conf.h

📁 samsung 9908DVD源代码,
💻 H
字号:
/**********************************************************************************
 * mk_conf.h
 * coded by hspark@ce.cnu.ac.kr
 * date : 2001/06/23
 * modified by hjahn@ce.cnu.ac.kr
 * date : 2003/03/03
 **********************************************************************************/

#ifndef __MK_CONF_H__
#define __MK_CONF_H__

#define		__MK_BIG_ENDIAN			1
#define		MK_DEBUG				0	/* debug information */
#define		MK_DEBUG_PRINT			0	/* implementation kernel printf */

/* processor selection */
#define		MK_CALMRISC16		1
#define 	MK_80x86			0
#define		MK_S3C2800			0
#define		MK_S3C2400			0
#define		MK_S5H5002			0

/* OS selection for wrapper */
#define		MK_IRTOS			1
#define		MK_NUCLEUS			0


/* Service Selection */
#define _MK_MEMORY  		1
#define _MK_TASK			1
#define _MK_HISR			0
#define _MK_MSGQUEUE		1
#define _MK_SEMAPHORE		1	
#define _MK_SYSTEMTIMER		1
#define _MK_EVENT			1	

#define _MK_MAILBOX			1
#define _MK_SIGNAL			1
#define	_MK_TIMER			1

//#define	_MK_DDI				0
#define	_MK_MSGPORT			1
#define	_MK_TASKPORT		1
#define	_MK_PIPE			0
#define	_MK_SHELL			0

#endif /* __MK_CONF_H__ */

⌨️ 快捷键说明

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