?? mk_conf.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 + -