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

📄 mk_conf.h

📁 三星ic 9980的源代码. 718版.
💻 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 */
#define		MK_DEBUG_PANIC	0	/* implementation kernel panic */
#define		MK_DEBUG_INFO		0	/* implementation kernel info */

/* 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				1
#define _MK_MSGQUEUE			1
#define _MK_SEMAPHORE			1	
#define _MK_SYSTEMTIMER		1
#define _MK_EVENT				0	/* KBA #2010@2005# : Hope will not be used for 9908 ! */
#define _MK_MAILBOX				0	/* KBA #2010@2005# : Hope will not be used for 9908 ! */	
#define _MK_SIGNAL				0	/* KBA #2010@2005# : Hope will not be used for 9908 ! */		
#define _MK_MSGQUEUE_VAR		0	/* KBA #2010@2005# : Hope will not be used for 9908 ! => Variable message queue */	
#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 + -